/* Page
----------------------------------------------- */
html {
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	
	font-family: Verdana, Arial;
	font-size:12px;
	color:#3f3f3f;	
	background-color:#ffffff;
}


/* Headers
----------------------------------------------- */
h1, h2, h3, h4, h5 {cursor:default}
h1 {

}
h2 {

}


/* Paragraphs
----------------------------------------------- */
p{}


/* Lists
----------------------------------------------- */
#page_content ul{
margin:0px;
padding:0px;
list-style:none;
}

#page_content ul li{
margin:0px;
padding-left:30px;
background-image:url(../img/bullet3.gif);
background-repeat:no-repeat;
background-position:left;
}

ul li ul{}
ul li ul li{}

/* Tables
----------------------------------------------- */
table {}

td {}

/* Links
----------------------------------------------- */
a {
text-decoration: none;
color:#3f3f3f;
}
a:hover {
text-decoration:underline;
color:#3f3f3f;	
}


/* Misc
----------------------------------------------- */
img {
border:0px;
}
hr {}
blockquote{}
pre{}
em{}
acronym, abbr {}

.narrow{}
.mandatory{}


/* Main wrapper
----------------------------------------------- */
#wrapper {
position: absolute;
top: 0px;
left: 0px;
width:827px;
height:500px;
background-image:url(../img/bg.jpg);
background-repeat:no-repeat;
}


/* Identity
----------------------------------------------- */
#identity{}




/* Content
----------------------------------------------- */
#content{
position:absolute;
top:191px;
left:0px;
width:650px;
border:0px solid blue;
}

#content_header{
top:0px;
height:60px;
}

#sidebar, #subnav{
float:left;
width:162px;
height:100%;
border:0px solid yellow;
padding-top:6px;
}

#page_content{
width:448px;
float:left;
margin: 0px 10px 0px 13px;
text-align:justify;
line-height:22px;
border:0px solid green;
}



/* Primary navigation
----------------------------------------------- */
#nav{
position:absolute;
top:160px;
left:180px;
height:31px;
border: 0px solid green;
}

#nav ul.nav{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

#nav ul.nav li{
	position:relative;
	float:left;
	margin-top:0px;
	margin-right:18px;
}



/* Secondary navigation
----------------------------------------------- */
#subnav ul{
margin:0px;
padding: 0px;
list-style: none;
}
#subnav img{
/*border-bottom: 1px solid white;*/
}

/* Footer
----------------------------------------------- */
#footer{
width:152px;
padding-top:43px;
text-align:right;
font-size:10px;
color:#a5a5a5;
border:0px solid red;
clear:both;
/*float:left;
position:relative;
*/
}

#footer a,
#footer a:hover{
color:#00b9f3;
text-decoration:none;
}
