html,body{
	padding:0;
	margin:0;
	color:#000;
	font-family: "Arial";
}

body{
	background: url('../images/bg.gif');
}

.min-width{
	min-width: 1088px;
	background: url('../images/bg2.gif') repeat-x center top;
}

#main{
	margin:0 auto;
	width:1088px;
	min-height: 1000px;
}

.shaddow-left{
	background:transparent url('../images/shadow-left.png') repeat-y left center;
}

.shaddow-right{
	background: transparent url('../images/shadow-right.png') repeat-y right center;
	padding:0 59px 0 51px;
}

#content{
	background: #fff;
}

#header{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	margin-top: 10px;
	padding-top: 1px;
	padding-bottom: 3px;
	height: 120px;
	background: url('../images/header-left.jpg') no-repeat left top;
	margin-bottom: 8px;
	*margin-bottom: 7px;
	
}

#header img{
	float: right;
	border: 0;
	margin: 8px 8px 0 0;
}

#header a{
	color: #fff;
	text-decoration: none;
	font-weight: bold
}

#header ul{
	background: #de0228;
	margin: 0;
	padding: 5px 0;
	margin-top: 105px;
}
#header li{
	display: inline;
	margin-right: 30px;
}

#footerlogo img{
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#footercontact img{
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 560px
}

#contactholder{
	float: right;
	width: 260px;
	padding: 20px;
	background: url('../images/contactholder.jpg') repeat-x;
	height: 800px;
}

#contentholder{
	float: left;
	width: 635px;
	padding: 20px;
}

.clearall{
	clear: both
}

hr{
	color: #dfbcc5
}

#contentholder a, #contactholder a{
	color: #de0228 !important;
	text-decoration: none;
}

#contentholder a:hover, #contactholder a:hover{
	color: #de0228 !important;
	text-decoration: underline;
}

h1{
	color: #de0228;
	font-size: 14pt;
	margin: 8px 0;
	padding: 0;
}

h2{
	color: #de0228;
	font-size: 12pt;
	margin: 8px 0;
	padding: 0;
}

h2 a{
	color: #de0228 !important;
	text-decoration: none;
}

h2 a:hover{
	color: #de0228 !important;
	text-decoration: underline;
}

h3{
	color: #de0228;
	font-size: 10pt;
	margin: 8px 0;
	padding: 0;
}

p{
	font-size: 0.8em
}

.bold{
	font-weight: bold
}

form, button{border:0; margin:0; padding:0;}

#stylized label{
display:block;
clear: both;
font-weight:bold;
text-align:right;
width:60px;
font-size: 0.8em;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:60px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:170px;
margin:2px 0 20px 10px;
}
#stylized textarea{
	float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:170px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:120px;
width:125px;
height:31px;
background:#666666;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}