/* ie5 win - grrr - start */
body { 
	font: small serif;
  	margin: 0px; 
	padding: 0px; 
	line-height: 14px;
	color: #000;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
	text-align: center; }
/* ie5 win - grrr - end */
 
/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */


/* start of the real css */

/* basic elements */
body { 
 	background-image: url(graphics/pattern_153.gif);
	font-size: 11px; 
	line-height: 14px;
	font-family: Georgia, Times New Roman, Times, serif; 
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
p {
	font-size: 11px; 
	line-height: 13px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: justify;
	color: #000000;
	margin: 0px 25px 10px 25px; 
	padding: 0px;
	}
h1 {
	font-size: 30px; 
	line-height: 25px;
	font-weight: bold; 
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	color: #A2003E;
	text-transform: lowercase;
	margin: 0px 0px 0px 0px;
	}

h2 {
	font-size: 12px; 
	font-weight: bold; 
	color: #A2003E;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF9698;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D04059;
	}
a:visited:hover { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D04059;
	}
a:hover, 
a:active { 
	text-decoration: none; 
	color: #D04059;
	background: #F1E6EE;
	}	

#container { 
	background-color: #ffffff;
	background-image: url(graphics/mainbg.gif);
	width: 800px; 
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
	
#title {
  position: absolute;
  top: 0px;
  left: 0px;
 	width: 800px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}

#main {
 	width: 750px;
	margin: 0px 0px 0px 0px; 
	padding: 225px 0px 50px 25px;
	clear: both;

	}
	
#main img {
	padding-top: 5px;
	}

#websites {
 	width: 250px;
	padding: 0px 0px 0px 0px;
	float: left;
	}

#right {
	position: relative;
 	width: 500px;
	padding: 0px 0px 0px 0px;
	float: left;
	}

#footer {
	width: 800px;
	clear: both;
	}

a:image {
	text-decoration: none; 
	background: #ffffff;
	}
	
a:hover.image {
	text-decoration: none; 
	background: #ffffff;
	}

	
#footer p {
	font-size: 9px; 
	line-height: 10px;
	font-family: verdana, arial, sans-serif;
	text-align: center; 
	padding-top: 25px;
	}

table#navtable {
	float: left;
	margin-left: 24px;
	}
	
table#navtable td {
	padding: 6px 8px;
	text-transform: lowercase;
	letter-spacing: 3px;
	}