p {
	alignment: "center"; 
	color: black; 
	font: 12pt "Times New Roman"; 
	font-weight: bold; 
	position:relative;
	}


li {
	font-weight: bold; 
	color: black;
	}


body {
	background-image:url("http://i.imgur.com/sEuD8g5.jpg"); 
	background-repeat:repeat; 
	background-attachment:fixed; 
	}


h2 {
	font: 18pt "Verdana"; 
	font-weight: bold;
	}


#Menu1 {
	position: absolute; 
	width: 220px; 
	background-color: white; 
	border: solid blue; top: 150px;
	}


a.submenu {
	color: blue;
	}


#Menu2 {
	position: absolute; 
	width: 220px;
	background-color: white;
	border: solid blue; 
	top: 375px;
	}


#Menu3 {
	position: absolute; 
	width: 220px;
	background-color: white; 
	border: solid blue;
	top: 375px;
	}


#Main {
	margin-left: 215px;
	} 


#p1, #p2, #p3, #p4, #p5 {
	font: 24pt "Verdana"; 
	font-weight: bold;
	color:red;
	}


#container {
	max-width: 300 px; 
	min-heght: 300 px; 
	background-color: pink;
	opacity:1; 
	filter: alpha(opacity=1); 
	position:relative; 
	}


#container p {
	color:; 
	opacity:9001;
	}


#Image {
	text-align: center; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding: 0px;
	}