body {
/* center alignment, background colour and or image */
text-align: center;
background:#660033;
}



#container {
/* width and the float of the content div */
margin: 0px auto;
width: 600px;
text-align: left;

/* background color, border style, the padding */ 
background: #cc0066; 
border: 0px solid #000000; 
padding: 0px;
}



#image {
/* image width */
float: left;
width: 600px;
}



#content {
/* width and the float of the content div */
float: right;
width: 387px;

/* background color, border style, the padding */ 
background: #cc0066; 
border: 0px solid #000000; 
padding: 2px;

/* font, font size and font colour */
font-family: Georgia, Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #cccccc;
}



#sidebar {
/* width and the float of the content div */
float: left;
width: 186px;

/* background color, border style, the padding */ 
background: #cc0066; 
border: 0px solid #000000; 
padding: 2px;
}


#footer {
/* font, font size, font colour */
font-family: Georgia, Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #660033;
padding: 0px;
}



a:link {
	font-family: Georgia, Times New Roman, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff99cc;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

a:visited {
	font-family: Georgia, Times New Roman, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ff99cc;
}

a:hover {
	font-family: Georgia, Times New Roman, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ff99cc;
}

a:active {
	font-family: Georgia, Times New Roman, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}



a: img {
border: 3px solid #000000;
}


input, textarea, option, select {
	background-color: #000000;
	font: 10px Georgia, Times New Roman;
	color: #cc0066;
	letter-spacing: 1px;
	border: 1px dotted #e6e6fa;
	padding:2px; 
}



table { 
	border: 0px solid #ffffff; 	
	font: 7px Georgia, Times New Roman;
	color: #e6e6fa;
	border-image: 6px solid #800080;
}



#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}



#navigation li {
   margin-bottom: 2px;
}



#navigation a {
	font-family: georgia, times new roman, verdana, lucida grande, sans-serif;
	font-size: 10px;
	line-height: 2em;
	font-weight: normal;
	font-style: italic;
   background: #000000;
   color: #cc0066;
   display: block;
   width: 150px;
   border-left: 0px;
   padding-left: 10px;
}



#navigation a:hover {
	font-family: georgia, times new roman, verdana, lucida grande, sans-serif;
	font-size: 10px;
	line-height: 2em;
	font-weight: normal;
	font-style: italic;
   color: #333333;
   text-decoration: none;
   border-left: 0px;
}



h1 {
font-family: georgia, times new roman, verdana, lucida grande, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: italic;
background-color: #cc0066;
color: #ff99cc;
border: 0px solid #ffffff;
padding: 2px;
}



h2 {
font-family: georgia, times new roman, verdana, lucida grande, sans-serif;
font-size: 14px;
line-height: normal;
font-weight: bold;
font-style: italic;
background-color: #cc0066;
color: #ff99cc;
border: 0px solid #ffffff;
padding: 2px;
}