		/*divs*/
		
		body	{
					font-size : 12px;
					font-family : "Arial", "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Verdana",
					"Futura","Helvetica",sans-serif;
					vertical-align:top;
					background-color:#b0c5e4; 			text-align:center; 
			margin-left: 120px;
						margin-top: 30px;
			margin-bottom: 30px;

				}
#container {
			position: relative;
			width: 768px;
			background-color:#FFFFFF;
}

#content {
			margin-right: 134px;
			margin-left: 134px;
						margin-top: 30px;
						background-color:#FFFFFF;

}

#logo	{
	position : relative;
	width : 768px;
	height : 350px;
	margin-right : auto;
	margin-left : auto;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	  	}


/*text*/


h1	{
		font-size: 36px;
		font-weight: bold;
		color : #FFFFFF;
		margin-bottom : 20px;
	}

h2	{
	background-color : #b0c5e4;
	color : #FFFFFF;
	font-size : 13px;
	font-weight : bold;
	width: 500px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 4px;
	margin-top: 12px;
	}

h3	{
		font-size : 18px;
		font-weight : bold;
		color : #b0c5e4;
		margin-bottom : 2px;
		margin-top : 15px;
	padding-top: 16px;}

p {	width: 500px; text-align: left;		

}

a:link	{
    		text-decoration : none;
    		color : #666666;
		}

a:active	{
    			text-decoration : none;
    			color : #000000;
			}

a:visited	{
		  		text-decoration : underline;
    			color : #990000;
			}

a:hover 	{
    			text-decoration : underline;
    			color : #b0c5e4;
			}
/*logo link*/
a.logo:link	{
    		text-decoration : none;
    		color : #FFFFFF;
		}

a.logo:active	{
    			text-decoration : none;
    			color : #FFFFFF;
			}

a.logo:visited	{
		  		text-decoration : none;
    			color : #FFFFFF;
				}

a.logo:hover 	{

    			text-decoration : none;
    			color : #FFFFFF;
			}
		
