/** reset **/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table,
ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,a, abbr,
acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset { margin: 0; padding: 0;}
img, fieldset { border: 0; }
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #B4121C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B4121C;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
#wrapper {
	width: 1000px;
	margin-top: 166px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#image {
	background-image: url(images/x_profile.jpg);
	float: left;
	height: 330px;
	width: 540px;
	background-repeat: no-repeat;
}
#logo {
	background-image: url(images/logo_bg.jpg);
	float: left;
	height: 90px;
	width: 460px;
}
#menu_bg {
	background-image: url(images/menu_bg.jpg);
	float: left;
	height: 21px;
	width: 460px;
}
#content {
	background-image: url(images/content_bg.jpg);
	float: left;
	min-height: 219px;
	width: 460px;
	background-repeat: no-repeat;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	float: left;
	height: 50px;
	width: 1000px;
}
.logo {
	margin-top: 15px;
	margin-left: 105px;
}
#footer p{
	color: #000;
	line-height: 50px;
	margin-left: 85px;
	letter-spacing: 0.2em;
	font-size: 9px;
	margin-top:0px;
	}
#content p {
	margin-top: 5px;
	margin-left: 60px;
	color: #000;
	font-size: 10px;
	margin-right: 65px;
	line-height: 12px;
}
#content ul {
	list-style-type: disc;
	margin-left: 85px;
	margin-top: 5px;
}
#content li {
	list-style-type: disc;
	line-height: 14px;
}
h1, h2	{
	margin-top: 15px;
	margin-left: 60px;
	color: #AF1215;
	font-size: 10px;
	margin-right: 65px;
	line-height: 12px;
	font-weight: bold;
}


#menu
{	margin: 0;
	padding: 0;
	margin-left: 55px;
	z-index: 1}

#menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 21px;
	letter-spacing: 0em;
	margin-right: 2px;
	margin-left: 2px;
	vertical-align: middle;
}

#menu li a
{
	display: block;
	color: #000;
	text-align: left;
	font-size: 9px;
	text-decoration: none;
}

#menu li a:hover
{
	color: #B61A1E;
	font-size: 9px;
}

#menu div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	
}

#menu div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #F4F4F4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#menu div a:hover
	{
	color: #B01B19
}
.separator {
	color: #B31117;
	font-size: 14px;
}
.back_button{
	margin-left: 65px;
}

