@charset "utf-8";
/* CSS Document */

<style type="text/css">
	body {
			background-color: #11001f;
			font-size: small;
			font-family: Century Gothic, Helvetica, sans-serif;
			margin: 0px;
	}

	div#bg {
		background-color: #11001f;
		
		}
		
	div#logo {
		text-align: right;
		background-color: #ddbcf9;
		padding-bottom: 0px;
		
		}
		
	div#photofloat {
		float: right;
		padding-right: 10px;
		padding-top: 20px;
		border-color: #603f7c;
		border: thick;
		text-align: center;
		
		}
		
	div#allcontent {
		font-family: Century gothic, helvetica, sans-serif;
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		background-color: #ddbcf9;


		
		}
		
	
	div#sidebar1 {
		float: left;
		width: 125px;
		background: #603f7c;
		padding-top: 0px;
		height: 1500px;


}
	div#sidebar2 {
		float: left;
		width: 125px;
		background: #603f7c;
		padding-top: 0px;
		height: 650px;


}

	div#sidebar3 {
		float: left;
		width: 125px;
		background: #603f7c;
		padding-top: 0px;
		height: 900px;


}
	
	h2 {
		color: #11001f;
		font-size: 110%;
		font-family: Century gothic, helvetica, sans-serif;
		font-style: bold;
		border-bottom: dotted #29004b;
		margin-left: auto;
		margin-right: auto;
		width: 600px;
		text-align: left;
		

	}
	
	h3 {
		color: #11001f;
		font-size: 130%;
		font-family: Century gothic, helvetica, sans-serif;
		font-style: bold;
		border-bottom: solid #29004b;
		margin-left: auto;
		margin-right: auto;
		width: 95%;



		
		}
		
		
		
	p#main_content {
		padding: 10px 10px;
		font-family: Century Gothic, Helvetica, Sans-serif;
		text-align: justify;
		width: 500px;
		margin-left: auto;
		margin-right: auto;

		
	}
		
	p#footer {
		 background-color: #ddbcf9;


	}
	
    div#maincontent {

    	padding-top: 5px;
    	padding-bottom: 5px;
		padding-right: 5px;
		padding-left: 5px;
    	background-color: #;
    	margin-left: auto;
    	margin-right: auto; 
		background-color: #ddbcf9;
		
		}




    
	
</style>