/*CSS screen style originally made for www.marcushellberg.com*/
/*You can modify and use it freely, comments can be sent to marcus.hellberg@gmail.com*/

/*html elements*/
body{
	background: #EEEEEE url(gradient.jpg);
	font-family: arial, verdana, "sans serif";
	font-size: 1em;
	line-height: 100%;
	color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img{
border:0px;
margin:5px;
}

a{
color:#000000;
text-decoration:none;
}

a:link {
 color: #000000; 
}

a:visited {
color: #333333; 
}

a:hover {
color: #55719E;
}

a:active {
color: #55719E;
}

input, textarea{
/*border:1px solid #000000;*/
background-color:#FFFFFF;
}

input:focus, textarea:focus{
/*border:1px solid #000000;*/
background-color:#D0DCFF;
}
/*end html elements*/


/*layout divs*/
#container{
	width: 1200px;
	margin: 0px auto;
	padding-top: 20px;
}

#header{
width:785px;
height:100px;
/*background:url(header.png) no-repeat 0 100%;*/
margin:15px auto 0px;
}

#header h1{
font-size: 25px;
color: #FFFFFF;
padding: 20px 15px 20px 5px;
text-align:right;
}

#nav{
	float: left;
	width: 250px;
	padding: 5px 5px 5px 0px;
	z-index: 1;
	margin-bottom: 2000px;
}

#nav ul, #nav li{
font-weight:normal;
margin: 5px 0px 0px 0px;
padding: 0px;
}

#nav ul {
list-style-type:none;
list-style-position:inside;
border-bottom: 0px;
padding:80px 5px 5px 20px;
}

#nav ul ul{
padding-top:0px;
}

.menu_current {
font-weight: bold;
}

#content{
	width: 1000px;
	margin-bottom: 50px;
	margin-right: auto; /*border-right: 1px dotted #CCCCCC;*/
	padding: 40px 10px 0px 20px;
	z-index: 10;
}

#content h1{
width:95%;
background: transparent url(asterisk.png) no-repeat;
padding-left: 20px;
padding-bottom: 3px;
font-size:1.4em;
font-weight:bold;
color:#68707C;
margin-top:30px;
/*border-bottom: 1px solid #CCCCCC;*/
}

#content h2{
width:95%;
font-size:1em;
color:#68707C;
margin-top:15px;
/*border-bottom: 1px solid #CCCCCC;*/
}

#footer{
clear:both;
margin:0px auto;
position:relative;
width:80%;
/*border-top: 1px solid #CCCCCC;*/
padding:10px 5px 0px 5px;
color:#999999;
font-size:0.9em;
text-align:center;
}

blockquote{
margin-left:20px;
position:relative;
width:90%;
background:#D8DEE9;
/*border:1px solid #000000;*/
padding:5px;
}
/*end layout divs*/
