html {
	background: url(../images/html_bg.jpg) repeat-x center center;
	background-color:#5ba0d6;
	color:#333;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#5ba0d6;
}
* {margin:0px;padding:0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 850px;
}
#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:170px;
	display:block;
}
#logo{
	display:block;
	width:280px;
	height:75px;
	margin-top:40px;
	margin-left:90px;
	float:left;
}
#page{
	font-family:Garmond, Georgia, serif;
	font-size:2em;
	font-weight:600;
	width:200px;
	height:30px;
	text-align:center;
	margin-right:570px;/*must be a left margin for IE*/
	margin-top:15px;
	text-transform:uppercase;
	float:right;
}
#border {
    background-image:url(../images/border_bg.jpg);
	background-color:#5ba0d6;
	width:850px;
	margin: 0px auto;
	overflow:hidden;
}
#main {
    background-image:url(../images/main_bg.jpg);
	background-color:#add3f1;
	background-repeat:repeat-x;
	overflow:hidden;
	width:800px;
	height:auto;
	margin: 0px auto;
}
#upperMain {
	background:url(../images/menu_bg.png) top left repeat-y;
	width:100%;
	min-height:500px;
}
#left {
	width:250px;
	float:left;
	display:inline;
}
#right {
	width:530px;
	float:right;
	height:auto;
}
/***************** Content ***********************/
.content {
	color: #003a65;
	width:490px;
	padding: 10px 0px 0px 0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.content h2, h3{
	color:#F5F5F5;
	width:480px;
	height:33px;
	overflow:hidden;
	padding: 0px 10px 0px 0px;
	border-bottom: 1px dashed #2e2304;
}

.content h2{	
	font-size:2.1em;
	}

.content h3{
	text-align:center;
	font-size:1.6em;
}

.content p, li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:400;
	text-indent:10px;
}

.content p{
	padding: 10px 0px 0px 6px;
}

.content span{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #003a65;
}
.content a {
	color:#2e260f;
}
.content a:hover {
	color:#cf0002;
}
.product {
	width:480px;
	margin: 10px 0px;
}
.product h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2.1em;
	color:#777;
	height:33px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
	padding: 0px 10px 0px 0px;
}
.product p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #003a65;
	padding: 10px 0px 0px 6px;
	font-weight:500;
	text-indent:10px;
}
	
.product span{
	width:480px;
	height:auto;
	display:block;
}
.product a {
	border: 1px solid #6698bd;
	display:inline;	
	float:left;
	margin: 6px 0px 6px 11px;
	padding:4px;
}
.product a:hover {
	border: 4px double #003a65;
	padding:1px;
}
.product img {
	border: 4px double #ffffff;
}
/***************** Menu ***********************/
#menu {
	width:200px;
	overflow:visible;
	margin-left:55px;
}
#menu ul {
	padding: 20px 0px;
	width:170px;
	margin-left:15px;
}
#menu li {
	background-image:url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #2e2304;
	list-style-type: none;
	padding: 6px 30px 6px 10px;
	text-align:left;
}
#menu a {
	font-style: italic;
	font-weight: 800;
	color: #656566;
	text-decoration: none;
	font-size:1.1em;
}
#menu a:hover {
	color:#333333;
}
.lastchild{
	border-bottom: none !important;
	border-right: none !important;
}
#menubottom {
	background-image:url(../images/btmMenu_bg.png);
	background-repeat:no-repeat;
	width:200px;
	height:76px;
	margin-left:55px;
}
#menubottom ul {
	padding: 20px 0px 0px 0px;
	width:200px;
	margin-left:6px;
}
#menubottom li {
	float:left;
	display:inline;
	width:60px;
	text-align:center;
	border-right:1px solid #656566;
}
#menubottom a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bolder;
	font-size:10px;
	color: #6e6b53;
	text-transform: uppercase;
}
#menubottom a:hover {
	color:#333;
}
/***************** Footer ***********************/
#footer {
	height:50px;
	width:850px;
}
#footerend {
	background-image:url(../images/footerEnd_bg.jpg);
	background-repeat: no-repeat;
	width:850px;
	height:30px;
	display:block;
}
#copyright {
	background:url(../images/copyright_bg.png) bottom;
	background-repeat:no-repeat;
	width:200px;
	height:56px;
	display:inline;
	margin:0px 0 0 56px;
	float:left;
	font-size: 10px;
	font-weight: 400;
	padding:0px;
	text-align:center;
}
#copyright span{

}
#copyright a {
	color: #463d16;
}
.validate {
	float:right;
	display:inline;
	margin-right:80px;
}
.validate img {
	border: none;
	padding:0px 5px;
}
.form {
	padding:20px;
	color:#003a65;
}

.form p{
	display:block;
	float:left;
	font-weight:600;
	padding-left:10px;
	text-indent:0px;
}
.error{
	list-style:url(../images/publish_x.png) inside;
	padding:10px;
}
