/* CSS Document */
body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#303030;
	height:100%;
	background-image:url(image_components/background.gif);
	
}

.style1 {
	color: #000000;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	padding-left:1px;
	margin:0px;
	color:#b3000b;
	font-weight:400;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:8px;
	margin:0px;
	color:#b3000b;
	font-weight:600;
}

#content {
	position: relative;
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	height:inherit;
	top:20px;
	width: 904px;
	background-color:#a0010a;
}

#right-area {
	position:relative;
	padding-top:140px;
	padding-bottom:25px;
	padding-left:25px;
	padding-right:25px;
	width:413px;
	color:#000000;
	background-color:#ffffff;
	/*background-image:url(image_components/layout.jpg);*/
}

#area {
	position:relative;
	width:704px;
	height:inherit;
	color:#000000;
	background-color:#ffffff;
	/*background-image:url(image_components/layout.jpg);*/
	background-repeat:no-repeat;
	left:200px;
}

#area2 {
	position:relative;
	width:704px;
	height:inherit;
	padding-top:78px;
	color:#000000;
	background-color:#000000;
	/*background-image:url(image_components/layout.jpg);*/
	background-repeat:no-repeat;
	left:200px;
}

#header {
	position:absolute;
	width:659px;
	height:30px;
	color:#FFFFFF;
	top:88px;
	left:23px;
	z-index:3;
	border-bottom:1px solid #000000;
}

#lowbar {
	position:absolute;
	bottom: -1px;
	font-size:11px; 
	width:904px;
	height:21px;
	color:#FFFFFF;
	background-color:#000000;
}

#left-area {
	position:absolute;
	width:200px;
	height:193px;
	color:#FFFFFF;
	background-image:url(image_components/left-area-BG.gif);
	top:78px;
	z-index:2;
}

#logo {
	position:absolute;
	width:200px;
	height:78px;
	background-color:#000000;
}

#topbar {
	position:absolute;
	width:704px;
	height:78px;
	background-color:#000000;
	background-image:url(image_components/topbar.gif);
	left:200px;
	z-index:2;
}
#picture {
	position:absolute;
	width:225px;
	height:255px;
	top:149px;
	left:451px;
	z-index:4;
}

#date {
	position:absolute;
	width:135px;
	font-size:11px;
	text-align:right;
	height:22px;
	color:#FFFFFF;
	left:759px;
	top:25px;
	z-index:2;
}

#icon-menu {
	position:absolute;
	width:80px;
	height:15px;
	color:#FFFFFF;
	left:821px;
	top:63px;
	z-index:2;
}

.section {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color:#000000;
	font-weight:100;
	padding-top:8px;
	padding-bottom:8px;
}
