body{
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#header{
	text-align : center;
	margin : 25px 125px 25px 125px;
}
 
.bigtitle{
	font : bold italic 4.0em "Times New Roman", Times, serif;
	color : #009900;
}

.subtitle{
	font : bold 1.2em Arial, Helvetica, sans-serif;
	color : #006600;
}
 
.footer{
	font : 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
} 

.sidebar{
	height : 100%;
	width : 122px;
	float : left;
	font : bold 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Green;
	text-align : center;
}

.adbar{
	height : auto;
	width : 122px;
	text-align : left;
	float : right;
	margin : 25px 0px 0px 0px;
}
 
.pagelinks{
	background : url("images/post_middle.png") repeat-y center;
	height : auto;
	width : inherit;
	text-align : center;
	margin : 0px auto 0px auto;
}

.pagelinks img{
	margin-bottom : 5px;
}

.content{
	margin-left : 125px;
	text-align : center;
	height : auto;
	margin-right : 125px;
}

.welcometext{
	width : 75%;
	text-align : justify;
	font : 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Navy;
	margin : 0px auto 0px auto;
}

