/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #635E54;
}

html.green {
	background-color: #0B7A35;
}
html.red {
	background-color: #88031E;
}
html.blue {
	background-color: #03257E;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p, ul, ol {
	margin-bottom: 15px;
}

ul, ol {
	list-style-position: inside;
}

a:link {text-decoration: none; color : #88031E}
a:visited {text-decoration: none; color : #88031E}
a:active {text-decoration: none; color : #88031E}
a:hover {text-decoration: none; color : #000000}

a img { border: none; }

/* LAYOUT CSS */

#wrapper {
	width: 794px;
	margin: 34px auto 0px auto;
	padding: 25px 0px;
	background-repeat: repeat-y;
}

#logo {
	width: 78px;
	background-repeat: repeat-y;
	padding-top: 105px;
}

#contentbox {
	border: 1px solid #7C7666;
	width: 688px;
	background-color: #F9ECCD;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#contentbox_full {
	border: 1px solid #7C7666;
	width: 688px;
	background-color: #F9ECCD;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#nav {
	width: 688px;
	height: 25px;
	background-color: #645E52;
	line-height: 13px;
}

#nav a {
	height: 17px;
	display: block;
	text-align: center;
	padding: 8px 10px 0px 10px;
	color: #FFFFFF;
}

#nav a:hover {
	background-color: #7C7666;
}

#subnav {
	width: 688px;
	height: 24px;
	background-color: #7C7666;
	color: #f9eccd;
	border-bottom: 1px solid #000000;
}

#subnav a {
	height: 20px;
	display: block;
	padding: 4px 10px 0px 10px;
	color: #DDDDDD;
}

#contenttable {
	width: 688px;
}

#photo {
	width: 342px;
	background-color: #000000;
}

#content {
	width: 345px;
	border-left: 1px solid #000000;
	padding: 34px 15px 5px 21px;
}

#contentfull {
	width: 646px;
	padding: 34px 21px;
}

#footer {
	width: 294px;
	margin: 5px auto;
	padding-left: 500px;
	padding-bottom: 15px;
}

#footer.green {
	color: #9DC5AB;
}

#footer.red {
	color: #CC9AA3;
}

#footer.blue {
	color: #9AA7C3;
}

/* FORM CSS */

.submit {
	border: 0px;
	background-color: #0E0D0D;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	text-transform: uppercase;
	margin: 2px 4px 2px 0px;
}

.ordertable td {
	padding: 1px 0px;
}

/* CONTENT CSS */

.missing {
	color: #88031E;
}
