body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin:0;
	padding:0;
	font-family: "Tahoma", Verdana, sans-serif;
	font-size:13px;
	color:#000000;
}

a {
	color:#007db0;
	text-decoration:underline;
}
a:hover {
	color:#007db0;
	text-decoration:underline;
}

img {
	border:0;
}

#wrapper {
	width:980px;
	min-height:100%;
}

.logo {
	width:980px;
	height:93px;
	background-image:url(images/logo.png);
	margin-bottom:10px;
}

.menu {
	width:980px;
	height:42px;
	background-image:url(images/menu_bg.png);
}

/******************************************/
/* Menu */
/******************************************/
.menu {
	width:980px;
	height:42px;
	background-image:url(images/menu_bg.png);
}

.menu ul, .menu ul li{
	list-style-type:none;
	display: inline;
	padding: 0;
	margin: 0;
}

.menu ul li a {
	padding: 14px;
	margin-top: 0;
}

.menu a {
	display: inline; 
	text-decoration: none;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	line-height:42px;
}
.menu a:hover {
	color: #fff; 
	background: #505050;
}

.menu a:active {
	color: #fff; 
	background: #505050;
}

/******************************************/
/* Rest */
/******************************************/
h1 {
	font-size:20px;
	font-weight:bold;
	color:#007db0;
	line-height:23px;
	padding-bottom:10px;
}

.header1 {
	width:980px;
	height:100px;
	background-image:url(images/header1.jpg);
}

.header2 {
	width:980px;
	height:93px;
	background-image:url(images/header2.jpg);
}

.header3 {
	width:980px;
	height:100px;
	background-image:url(images/header3.jpg);
}

.content {
	width:940px;
	background-color:#FFF;
	text-align:left;
	padding: 10px 20px 10px 20px;
	line-height:19px;
}

.footer {
	width:980px;
	height:61px;
	background-image:url(images/footer.png);
	margin-bottom:15px;
}

.error{
	margin-top:15px; 
	border:1px solid #c11b1b;
	width:516px;
	padding:5px;
	background-color: #f39595;
	color:#c11b1b;
	background-image:url(images/error.jpg);
	background-repeat:no-repeat;
	background-position: 5px 6px;
}
.errormsg{
	margin-left:22px;
}

input {
	font-family: "Tahoma", Verdana, sans-serif;
	font-size:13px;
	line-height:32px;
	background-color:#FFFFFF; 
	color: #000;
	border: 1px solid #ccc;
	padding:4px;
}

textarea {
	font-family: "Tahoma", Verdana, sans-serif;
	font-size:13px;
	background-color:#FFFFFF; 
	color: #000;
	border: 1px solid #ccc;
	padding:4px;
}

.button {
	border: 1px solid #03668e; 
	background: #007db0;
	color: #FFF;
	padding: 5px;
	height:32px; 
	margin-right:15px; 
	margin-top:5px;
	cursor:pointer;	
}