/* CSS Document */

* {
margin-top: 0pt;
/*margin-bottom: 0pt;

margin-right: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
*/
}

body {
background-image:url(../images/bg_main.jpg);
background-repeat:repeat-x;
background-color:#000000;
}

#wrapper {
	width:700px;
	margin:0 auto;
	/*border:1px solid red;*/
}

#header {
	width:700px;
	float:left;
	height:52px;
	padding-top: 15px;
	margin: 0 auto;
	margin-left: 25px;
}

#body {
	width:700px;
	height: auto;
	float: left;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	margin-left:25px;
	_margin-left: 13px;
	/*border:1px solid red;*/
}

#contentLeft {
	width:200px;
	float:left;
	background-image:url(../images/bg_contentLeft.jpg);
	background-repeat:repeat-x;
	background-color: #d9d9d9;
	min-height: 400px;
	vertical-align: bottom;
}

#contentRight {
	width:470px;
	/*_width:500px;*/
	padding-left:15px;
    padding-right:15px;
	background-image: url(../images/bg_contentRight.jpg);
	background-repeat: repeat-x;
	background-color: white;
	margin-right:0px;
	margin-top:0px;
	padding-top:0px;
	min-height: 350px;
	float:right;
/*	border-top:1px solid yellow;*/
}

#contentSpacerRight {
	width:500px;
	height:28px;
	background-image:url(../images/bg_spacer.jpg);
	background-repeat:repeat-x;
	float: right;
	}

#footer {
	width:740px;
	height:18px;
	_height:22px;
	background-color:#666666;
	/*border-top:3px solid #333333;*/
	border-bottom:5px solid #333333;
	border-right:5px solid #333333;
	border-left:5px solid #333333;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: left;
	background-image: url(../images/footer.jpg);
	text-align: center;
	padding-top:8px;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#bbbbbb;
}

#footer a{
color:#bbbbbb;
}

h1 {
font-size:14pt;
color:#555555;
font-family: Helvetica, Arial, sans-serif;
}

h2 {
	font-size:12pt;
	margin-top: 25px;
}

h3{
	font-size:10pt;
	margin-bottom: 5px;
	color: #555555;
}

p, li {
	font: Helvetica, Arial, sans-serif;
	font-size:12pt;
	color:#555555;
	font-size: 10pt;
	line-height: 11pt;
}

body{
font-family:Verdana, Helvetica, Arial, Sans-serif;
}

a {
color:#055A61;
}

.small {
font-size:10px;
color:#055A61;
line-height:10pt;
text-decoration:none;
}
