@charset "utf-8";
/* CSS Document */

BODY {
	background:url(images/bg.gif) repeat-x top;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#ffac35;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bolder;
	line-height:15px;
}
IMG {
	border:0;
}
#container {
	margin:0 auto;
	width:780px;
    font-size: 11px;
}
#topnav {
	text-align:left;
	width:780px;
	height:72px;
	margin:0 auto;
}
#logo {
	background:url(images/logo.jpg) no-repeat;
	height:72px;
	width:208px;
	float:left;
}
#mainarea {
	border:1px solid #43586e;
	background:#092749;
	padding:20px;
	width:780px;
}
#cc {
	width:203px;
	height:85px;
	background:url(images/cc.gif) no-repeat;
	float:right;
}
#online {
	width:120px;
	height:120px;
	background:url(images/onlinepayment.jpg) no-repeat;
	float:left;
}
#mainarea A:link, #mainarea A:hover, #mainarea A:visited {
	color:#ffac35;
}
