/*------------------------- Container ----------------------------*/



body

{

	background-color: #FFFFFF;

	font-family: verdana, sans-serif;

	font-size: 9pt;

	margin: 15px 4% 10px 4%;

}



/*------------------------- Main ----------------------------*/



div#mainblock

{

        width: 250px;

        height: 58px;

        display: block;

        background: url(http://www.aspvphp.com/Img/MainLogo.jpg) no-repeat;

	position: absolute;

	margin: 200px 0px 0px 20%;

}



/*------------------------- Sidebar ----------------------------*/



div.sidebar

{

	float: right;

	width: 200px;

        background: url(http://www.aspvphp.com/Img/IndexSidebarFade.jpg) repeat-y;

	border: 0px;

	border-left: solid 1px #CFCFFF;

	margin: 2px 15px 15px 10px;

	padding: 5px 0px 5px 15px;

	font-size: 15px;

	font-family: sans-serif, Tahoma;

	line-height: 220%;

}

div.sidebar a

{

	font-size: 15px;

	font-family: sans-serif, Tahoma;

	line-height: 180%;

	text-decoration: none;

}

div.sidebar a:hover

{

	text-decoration: underline;

}

h1

{

	color: #696969;

	font-family: Verdana, Arial, Times New Roman;

	font-size: 8pt;

	text-align: center;

}

h2

{

	font-size: 17px;

	font-weight: bold;

	font-family: sans-serif, Tahoma;

	text-align: center;

}
