/* andreas04 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.2, November 28, 2005 */

body{
	margin:0;
	padding:0;
	background:url(images/backgrnd.png) repeat-x;
	color:#333;
	text-align:center;
	border-top: 2;
	padding-top: 10px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 83%;
	background-color: #5C2A8E;
}

a{
text-decoration:none;
color:#269;
font-weight:bold;
}

a:hover{
text-decoration:underline;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

h1,h2,h3,h4{
margin:0;
padding:0;
font-weight:normal;
}

h1{
font-size:3.2em;
letter-spacing:-3px;
color:#567;
margin:12px 0 5px 20px;
}

h1 a:hover{
text-decoration:none;
}

h2{
font-size:1.8em;
letter-spacing:-1px;
margin:-10px 0 0 50px;
color:#888;
}

h3{
color: #555;
font-size:1.4em;
margin:1em 0 0.5em 0.5em;
}

h4{
font-size:1.2em;
font-weight:bold;
}

#container{
	min-width: 800px;
	margin:0 auto;
	color:#000000;
	text-align:left;
	border-left:1px solid #eef;
	border-right:1px solid #eef;
	max-width: 900px;
	width: 820px;
	background-color: #CCCCCC;
}

#sitetitle{
float:left;
width: 100%;
color: #333;
}


#menu{
width: 125px;}

#menu a{
margin:0;
height:100px;
padding:5px 10px 5px 10px;
font-size: 1em;
font-weight:normal;
font-weight: normal;}

#menu a:hover{
color:#269;
text-decoration:none;
background: #fff url(images/menuhover.png) repeat-x;
padding: 5px 10px 5px 10px;
border-right: 1px solid #eee;
}

#content{
	margin-top:30px;
	width:100%;
	clear:both;
	background:url(images/globebottom.gif) bottom left no-repeat;
	padding-top: 10px;
}

#content h2{
margin:0 0 10px 0;
color:#555;
border-bottom:2px solid #abb;
font-size: 14pt;} 
#content h2 a{
color:#555;
font-weight:normal;
}

#content h2 a:hover{
color:#269;
text-decoration:none;
background:none;
}

#content p{
margin:0.5em 1em 0.8em 1em;
}

#left{
	width: 750px;
	float:right;
	padding-top: 1px;
	margin-right: 15px;
}

#feature{
	width: 165px;
	float:left;
	padding-right: 5px;
	padding-left: 5px;
}

#footer{
clear:both;
padding:10px 0 12px 24px;
text-align:left;
color:#888;
}

#footer a{
color:#888;
font-weight:normal;
}

#footer span{
color:#aaa;
font-size:2em;
letter-spacing:-2px;
}

.entry{
	position:relative;
	margin:0 0 20px 0;
	background:#eee url(images/entrybg.png) repeat-x;
	padding:10px 10px 0 10px;
	background-image: url(images/entrybg.png);
	border: 2;
	padding-top: 10px;
}

.leftentry{
	position:static;
	margin:0 0 10px 0;
	border:2px solid #fff;
	color:#333;

	padding-left: 1px;
}

shadow {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	filter: Xray;
}

.leftentry img {
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-top: 2px;
}


.entry img{
position:relative;
border: 0px none;
}


.link{
	background:url(images/linkarrow.gif) left no-repeat;
	color: #269;
}


.meta{
clear:both;
padding: 5px 1px 0 0;
margin:10px 0 0 0;
text-align:right;
font-size:0.9em;
}

.pagenav{
text-align:center;
}

.subcontainer {
	width:98%;
	background-color: #000000;
}

.rightsub{
float:left;
width:45%;
}

.rightsub2{
margin-left:50%;
}

.date{
float:left;
font-weight:bold;
}

.right{
text-align:right;
}

.center{
text-align:center;
}

.clear{
clear:both;
}

#mapContainer { 
  height: 350px; 
  width: 570px; 
} 
