/*Body*/

body {
	font: 11px Tahoma, Arial, sans-serif;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	background: #5d5d5d url(bg.jpg) top;
	text-align: center;
	}

h1 {
	font-size: 11px;
	font-weight: bold;
	}
	
em {
	color: #ff5577;
	}

p {
	background: #3c3c3c;
	line-height: 125%;
	margin: 2px;
	padding: 2px;
	}
	
#org img {
	margin: 12px;
	}
	
em {
	font-weight: normal;
	}

/*divs & classes*/
#topheader {
	text-align: left;
	background: #aa0033 url(top.jpg) center no-repeat;
	height: 100px;
	font-style: italic;
	}
	
#h  {
	display: block;
	height: 18px;
	text-align: left;
	font-weight: bold;
	background: #aa0033;
	padding: 2px 0 0 8px;
	}
	
#MainNav {
	display: block;
	text-align: center;
	background: #aa0033;
	font-weight: bold;
	}
	
#wrapper {
	text-align: center;
	margin: auto;
	padding: 0 0 2px 0;
	width: 650px;
	background: #3c3c3c;
	}

#Flash {
	padding: 0;
	margin: 0;
	}
	
#content, #piccontent, #wallcontent {
	display: block;
	background: #303030;
	padding: 10px;
	line-height: 150%;
	}
	
#contentbox, #piccontentbox {
	display: block;
	border: 1px solid #303030;
	padding: 1px;
	margin: 3px;
	}
	
#piccontent {
	font-weight: bold;
	}

#wallcontent img, #wallcontent a {
	text-align: center;
	margin: 10px 4px 10px 4px;
	}
	
#pic {
	width: 120px;
	height: 90px;
	background: #303030 url(picth.jpg) center no-repeat;
	}
	
#org {
	display: block;
	background: #303030;
	text-align: center;
	padding: 20px;
	}
#body {
	text-align: justify;
	padding: 3px;
	margin: 2px;
}

#body-left {
	float: left;
	width: 240px;
}
#body-right {
	float: right;
	width: 400px;
}

#footer {
	background-color: #aa0033;
	font-weight: bold;
	height: 24px;
	margin: 0;
	}

/*anchors*/
a {
	color: #FFFFFF;
	text-decoration: none;
	}

a img{
	border-width:2px;border-color:#404040;
	border-style:solid;
}

#content a{
	font-weight: bold;
	}

a:hover img{
	border-width:2px;border-color:#aa0033;
	border-style:solid;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}
.more {
	text-align: right;
	}
.left {
	float: left;
	}
.clear {
	clear: both;
	}

/*lists*/ 	
#MainNav ul{
	margin: 0 10px;
	padding: 5px 10px;
	list-style-type:none
	}
		 
#MainNav li{
	 display: inline;
	 list-style-type: none;
	 }
		 
#MainNav li a{
	 color:#FFFFFF;
	 font-weight: bold;
	 padding: 3px 6px 3px 6px;
	 font-size: 11px;
	 text-decoration: none; 
	 }

#MainNav li a:hover, #MainNav li#active a, #MainNav li a:focus{
	 text-decoration: none;
	 color: #FFFFFF;
	 background-color: #303030;
	 border: 1px solid #ff5577;
	 padding: 3px 5px 3px 5px;
	 }