/* CSS Document */

body      {  background-color:#333;
			 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}

#wrapper  { width:900px; margin: 10px auto;
			background-image:url(../images/cloudscape.jpg);
			padding:0 40px; }
			
#logo     { float:left;
			margin:50px 0; }

#top	  { float:right;
			margin:100px 100px 100px 0;
			text-align:left;  }

#nav	 	    { clear:both; background-color:#C03; }
#nav ul			{ padding:15px 0; margin:0;
				  border-top:2px #000 dotted; }
#nav ul li		{ display:inline; list-style-type:none;
				  margin:0 15px 0 15px; }
				  
#nav a:link		{ font-weight:bold; text-decoration:none; color:#000; }
#nav a:visited	{ font-weight:bold; text-decoration:none; color:#000; }
#nav a:active	{ font-weight:bold; text-decoration:none; color:#000; }
#nav a:hover	{ font-weight:bold; text-decoration:none; color:#F00; }
#nav a:focus	{ font-weight:bold; text-decoration:none; color:#F00; }


#content ul li	 	{ clear:both; display:block; list-style-type:none;
				    }

#content a:link     { font-weight:bold; text-decoration:none; color:#CCC; }
#content a:visited	{ font-weight:bold; text-decoration:none; color:#CCC; }
#content a:active	{ font-weight:bold; text-decoration:none; color:#CCC; }
#content a:hover	{ font-weight:bold; text-decoration:none; color:#F00; }
#content a:focus	{ font-weight:bold; text-decoration:none; color:#F00; }


				  
#page-base		{
	padding:20px 0;
	border-top:2px #000 dotted;
	background-color:#C03;
}

h1		{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size:42px;
			font-weight:bold;
			font-style:italic;
			color:#900; 
			 }
			
h2		{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size:36px;
			font-weight:bold;
			font-style:italic;
			color:#900; }

form ol 		{ list-style-type:none; }

form 		{ text-align:left; margin:0 0 0 0;	}

label 		{ display:block; margin:10px 0 5px 0; text-align:left; display:block; background:none; font-weight:bold; }

input 		{ display:block; width:400px; margin:0 0 0 0; text-align:left; border:1px #999 solid; padding:5px; background-color:#9FF; }

textarea 		{ display:block; width:400px; height:70px; text-align:left; margin:0 0 0 0; border:1px #999 solid; padding:5px; background-color: #9FF;  }
	
.submit		{ width:120px; height:30px; margin:15px 0 0 0; background-color: #FF6; 	}
		
input:focus, 
textarea:focus	{ background-color:#EBEBD6; }
