/* CSS Document */

* 	{margin:0; padding:0; border:0; }

 body 			{ background-image:url(../images/background.jpg); 
				background-repeat:no-repeat; 
				background-attachment:fixed;
				font-family:arial;	}
				
#wrapper 		{width:1150px; margin:10px auto;
				background-color:#C152DF; padding:20px; border:double; border-color:#F8FF00; }
				
#topnav 			{ width:650px; float:right; margin-top:15px 0px;	}
#topnav ul 			{ text-align:right 	}
#topnav ul li 		{ display:inline; margin-left:15px; }
#topnav a 			{font-size:18px; font-weight:bold; text-decoration:none; 
						font-family: 'Petit Formal Script', cursive;	}
#topnav a:link		{color:#F7FD00; 	}
#topnav a:visited 	{color:#f7fd00; }
#topnav a:hover 	{color:#FF0004; 	}



#topnav2 			{ width:600px; float:right; margin-top:15px 0px;	}
#topnav2 ul 			{ text-align:center 	}
#topnav2 ul li 		{ display:inline; margin-left:15px; }
#topnav2 a 			{font-size:18px; font-weight:bold; text-decoration:none; 
						font-family: 'Petit Formal Script', cursive;	}
#topnav2 a:link		{color:#F7FD00; 	}
#topnav2 a:visited 	{color:#f7fd00; }
#topnav2 a:hover 	{color:#FF0004; 	}


#topmain 			{margin:0px 0px 0px 250px; }

#topmain2 			{margin:0px 0px 0px 15px; }

#header 			{ float:none; width:500px; 	}
#header h1 			{font-family: 'Petit Formal Script', cursive; font-weight:normal; font-size:40px; padding:0; margin:0; color:#F7F500; 	}
#header h2 			{font-size:22px; font-family: 'Audiowide', cursive;	font-weight:normal;	}

#mainleft 			{float:left; width:575px; 	}

#mainright 			{float:right; width:575px; 	}

#mainleft2 			{float:left; width:575px; 	}

#mainright2 			{float:right; width:575px; 	}

#mainleft1 			{float:left; width:575px;	}

#mainright1			{float:right; width:575px; 	}

#botnav 			{ width:800px; float:right; margin-top:30px 20px;  	}
#botnav ul 			{ text-align:right 	}
#botnav ul li 		{ display:inline; margin-left:15px; }
#botnav a 			{font-size:22px; font-weight:bold; text-decoration:none; 
						font-family: 'Petit Formal Script', cursive;	}
#botnav a:link		{color:#f7fd00; 	}
#botnav a:visited 	{color:#f7fd00; }
#botnav a:hover 	{color:#FF0004; 	}