/* CSS Document */
body{
	font:12px Tahoma, Arial, "Times New Roman", sans-serif;	
	background-color:#F5F5FF;
}

#main{
	/* 
	background-color:#FFFFFF; 
	border:1px solid #cccccc; 
	*/
	padding:0;
	margin:0 auto;
	width:700px;
}

#content{
	width:700px;
	height:380px;
	background-image: url(images/header_08.jpg);
	background-repeat:repeat-y;	
	
}

.mt10{
	margin-top:10px;
}

.left, #col1 {
	float:left;
}

.right, #col2
{
	float:right;
}

.clear {
	clear:both;
}
#col2, #col1{
	width:310px;	
	padding:15px;
	/*border:1px solid #ccc;*/
}

.txt30{
 	font-size:30px;
}

h1{
	font-size:25px;
}

.errmsg{
	text-align:center;
	color:#FF0000;
}

#billing {
	clear: both;
	width: 700px;
	margin-top: -90px;
	text-align: center; 
	font-weight: bold;	
	font-size: 18px;
}