*{
	margin: 0;
	padding: 0;
	border: 0;

}



html, body {

	font: normal 12px Tahoma, Arial, sans-serif;
	background: url(/images/background.jpg);
      	position: relative;
	width: 100%;
	height:100%;
	line-height:18px;
 	text-align:center

}

a {
	color:#a8050d;
}

p {
	margin:10px 0;
}

td {
 	padding:5px;
	font: normal 12px Tahoma, Arial, sans-serif;

}

h2 {
	font: bold 16px Tahoma, Arial, sans-serif;	
}

input {
	padding:8px;
	background-color:#eee;
}

ul {
	list-style-type:none;
}

.error {
	color:#ff0000;
}

#container {
	width: 1000px;
	margin: 0 auto;	
	position:relative;
	text-align: left;
}

#container-back {
	width: 800px;
	margin: 0 auto;	
	position:relative;
	text-align: left;
	background-color:#fff;
}


#inner {
	margin-top:50px;
}



#left-col{
	width:320px;
	float:left;
	margin-right:12px;
	margin-top:30px;
	height:630px;
}

#left-con{
	background: url(/images/leftback.png) no-repeat;
	padding:25px 30px;
	margin-top:20px;
	text-shadow: #fff 0px 1px 0px;

}


#right-col{
	width:668px;
	height:649px;
	float:left;
	background: url(/images/right-back.png) no-repeat;
	text-align:center;


}

#content {

	padding:30px;
}

#title {

	background: url(/images/header-title.jpg);
	height:50px;

}

#title-back {

	background: url(/images/header.jpg);
	height:50px;
	line-height:50px;
	padding-left:30px;
	color:#fff;

}

#title-back a{

	color:#fff;

}

#space {
	margin-top:20px;
}

#italic {
	font: italic 12px Georgia, Times New Roman;
	margin-left:10px;
	line-height:20px;
	margin-top:15px;
}

#center {
	text-align:center;
}

#footer {
	margin-left:2px;
	padding-bottom:15px;
	float:left;
	width:998px;
	height:51px;
	background: url(/images/footer-back.png) no-repeat;
}
#footer-con {
	text-align:center;
	height:51px;
	line-height:51px;

}


