/* Last modified 04/28/2010  */
body {
		background: #ccc;
        background-repeat:no-repeat;
        background-attachment:fixed;
        background-position: right;
		
}

div#main_wrapper {
		
		 
		width: 700px;		 
		background: transparent;
		margin-left: 15%;
	    margin-right: 15%;
	    border: solid 2px #000;

}

div#header{
		
		margin-left: 5%;
	    margin-right: 5%;
		background: #ededed;
}

div#mainpage {
		
		margin-left: 5%;
	    margin-right: 5%;
		border: 2px solid #CCC;
}

div#footer p {
		
		background: #B2CDE0;
		border: 2px solid #B2CDE0;
}

a, a:visited { 

		text-decoration: none;
}


img {

		border: none;
}

a:link a:visited img {
		
		border-style: none;
}

p {		
		
		border-top-color: #929292;		
		
		border-top-style: ridge;		
		
		background: #e7e7e7;
		font-family: futura;
		color: black;
}

h1 {
		background: white;
		font-family: futura;
		color: #0012DA;
		text-align: center;
}