
/*************************************
 +Containers
 *************************************/
* {
	margin: 100;
	padding: 0;
	border: none;
	list-style: none;
}

body{
	color:#000;
	font: 0.75em/120% "Myriad Web Pro", "Tahoma", Verdana, Helvetica, Arial, sans-serif;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

#wrap{
	border-left:1px solid #000;
	border-right:1px solid #000;
	background: #fff;
	margin:0 auto;
	text-align:left;
	width:80%;
	min-width:760px;
}
#container{
	background-color:#fffff;
}
#content{
	background: #fff;
	font-size:1.2em;
	float:left;
	padding:3em;
	width:60%;
	border-right:1px solid #eee;
}
#header{
	margin:0; padding:0;
	background:#fff url(./images/logo_bg.gif) repeat-x top left;
	height:55px;
	line-height: 55px;
}
#header.A.hover,visited {color: #000000;}

/*************************************
 +Headline
 *************************************/
h1, h2, h3{
	font-weight:normal;
	margin:0;
}
#header h1{
	float:left;
	margin-left: 1.2em;
	height: 55px;
	color: #000000;
}

.entrytitle h2 {font-size:1.6em;}
.entrytitle h2 a {color:#000;font-variant:small-caps;}
.entrytitle h2 a:hover{color:#7ABE2D;}


/*************************************
 +Header List
 *************************************/

#menu ul{
	list-style-type:none;
	float:right
	}

#menu li{
	margin-right: 10px;
	display: inline;
	}

#menu li a, #menu li a:visited{
	height: 50px;
	width:122px;
	padding-top: 12px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	}

#menu li a:hover{
	background:transparent url(./images/menu_over.gif) no-repeat;
	}

#menu li a:active{
	background:transparent url(./images/menu_active.gif) no-repeat;
	}




/*************************************
 +Misc
 *************************************/

a {
	color:#990000;
	text-decoration:none;
	}
a:hover{
	color: #888;
}

.menu{
	color:#222;
	text-decoration:none;
	font-size:14pt;
}
.menu:hover{
	color: #DF01D7;
	text-decoration:underline;

}

.ha{
	color:#222;
	text-decoration:none;
	font-size:14pt;
}
.ha:hover{
	color: #ffffff;
}

.nodisplay {
        left: -5000px;
        position:absolute;
}
.bold {
        font-size:1em;
        font-weight:bold;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	


