@charset "utf-8";
/* WdeB */

/*=================== basic ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }



html { 
padding:0px;
margin:0px;
}

body {
	font-size: 12px;
	text-align:center;
	margin:0px;
	padding:0px;
	background-image: url(img/bg_container.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/*=================== positions ==========================*/

#container {
	width: 800px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	background-image: url(img/bg_container.png);
	background-repeat: repeat-y;
}

#content {
	width: 450px;
	margin-top: 20px;
	margin-left: -210px;
	position: absolute;
	left: 50%;	
	
}

#head {
	height: 126px;
	background-image: url(img/bg_body_head.png);
}

#head h1{
	margin: 0px auto;
	width: 800px;
	height: 126px;
	background-image: url(img/bg_head.png);
}

#left {
	margin-top: 20px;
	margin-left: -400px;
	position: absolute;
	left: 50%;	
}

#right {
	margin-top: 20px;
	margin-left: 250px;
	position: absolute;
	left: 50%;
	width: 120px;
	padding: 10px;
}

#links{
	width: 130px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0078AE;
	border-right-color: #0078AE;
	border-bottom-color: #0078AE;
	border-left-color: #0078AE;
}

#left a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	text-decoration: none;
	color: #0078AE;
}

#left li.mainnav{
	background-repeat: no-repeat;
	height: 19px;
	width: 170px;
	margin: 1px 10px 0 10px;
	text-indent: 22px;	
}
#left li.mainnav a {
	background-image: url(img/bg_nav_0.png);
	display: block;
}
#left li.mainnav a:hover {
	background-image: url(img/bg_nav_1.png);
}

#left li.contributors a{
	background-repeat: no-repeat;
	height: 70px;
	width: 170px;
	margin: 20px 10px 0 10px;
	text-indent: 22px;	
	background-image: url(img/bg_cont_0.png);
	display: block;
}

#left li.contributors a:hover{
	background-image: url(img/bg_cont_1.png);
}
#left li.names a{
	height: 19px;
	width: 170px;
	margin: 0px 10px 0 10px;
	text-indent: 22px;
	background-color: #A0C23E;
	display:block;
	
}

#left li.names a:hover{
	background-color: #BBD275;
}





/*=================== contributor ==========================*/

#contributor{
	margin: 0 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDE87F;
	padding-bottom: 10px;
}

#contributor img{
	float: left;
	margin: 5px 10px 0 0;
	border: 1px solid #799626;
}

#contributor h4{
	margin: 0 0 0 70px;
}

/*=================== typo ==========================*/


h1{

}



h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0078AE;
	color: #0078AE;
	margin: 0 0 15px 0;
}


h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0078AE;
	line-height: 18px;
	font-weight: bold;
	margin: 5px 0 3px 0;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	font-weight: bold;
}


p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

.bold{
	font-weight: bold;
}

em{
	font-style: italic;	
}

#content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0078AE;
	line-height: 18px;
	text-decoration: none; 
}

#content a:hover{
	text-decoration: underline;
}

#right a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0078AE;
	line-height: 18px;
	text-decoration: none; 

}

#right a:hover{
	text-decoration: underline;
}
	
#links li{
	list-style-position: inside;
	list-style-type: disc;
	color: #0078AE;
	margin-top: 5px;
}	
