#wrapper {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 1px;
	background-color: #fff;
}
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Georgia;
	color: #103772;
	background-color: #fff;
	background-image: url(../images/template_images/layout_bg.gif);
	background-position: bottom;
	background-attachment:fixed;
	background-repeat: repeat-x;
}
h1 
{
	font-size: 24px;
	border-bottom: dotted 1px #fac79e;
	padding-bottom: 15px;
}
p {
	font-size: 0.8em;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
a {
	text-decoration: none;
	color: #103772;
}
a:hover {
	color: #000000;
}

#header {
	background-attachment: scroll;
	background-image: url(../images/template_images/layout_header.png);
	background-repeat: no-repeat;
	height: 295px;
	width: 798px;
	float: left;
}

#content {
	float: left;
	width: 798px;

}
#contact_details {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 161px;
	margin-top: 1px;
	font-size: 14px;
	background-image: url(../images/template_images/sidebar_bg.png);
	background-repeat: no-repeat;
	/*background-color: #fff87f;*/
	
	position: relative;
	/*border: solid 1px black;*/

}
#contact_details img.offer
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
}
.shortcuts
{
	/*list-style-image: url(../images/images_templates/arrow.gif);*/
	list-style: none;
	list-style: url(../images/images_templates/arrow.gif) !important;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	margin-left: 10px;
}
#main_content {
	padding: 20px;
	float: left;
	width: 577px;
	margin: 0px;
	background-color: #fff;

}

#footer {
	width: 798px;
	background-color: #5395df;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
}
#copyright{
	width: 798px;
	height: 30px;
	background-color: transparent;
	text-align: right;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
}
#copy_r {
	float: left;
	width: 700px;
}
#arrow_logo {
	float: left;
	padding-bottom: 3px;
	width: 700px;
}
#navigation {
	width: 798px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	margin: 1px 0px 1px 0px;
	float: left;
	background-color: #fff;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #fff;
}
#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	
}
#navigation li a {
	display: block;
	padding: 7px 8px 10px 7px;
	color: #fff;
	font-size: 12px;
	/*font-weight: bold;*/
	letter-spacing: -1px;
	margin-right: 1px;
	text-transform: capitalize;
	text-transform: uppercase;
	background-image: url(../images/template_images/menu_bg.gif);
	background-repeat: repeat-x;
	background-color: #5395df;
}
#navigation li a.last {
	margin: 0px;
	width: 103px;
}
#navigation li a:hover {
	background-image: url(../images/template_images/menu_bg_h.gif);
	background-repeat: repeat-x;
	background-color: #3d6da4;
}
