<!-- www.gobra.net cascading style sheet by t.ukonaho  -->
<!-- version 0.1 date 09.02.2009  -->

	td p { color: #ffffff }
	a:link { color: #ffffff }
	a:visited { color: #cccccc}


/************************* fonts*************************/

p {font-family: Verdana, Arial, Helvetica; font-size:font-weight:bold; 12px;}
h1 {font-family: Verdana, Arial, Helvetica; font-size: 14px;font-weight:bold; color:#cc0000; }
h2 {font-family: Verdana, Arial, Helvetica; font-size: 14px; font-weight:bold; color:#999999; }

/************************* link *************************/
.link1 {
	font-family: Arial;
	font-size: 14px;
	color: #898989;
	text-decoration: none;
}

.link1:hover {
	color: #ff0000;
}

.image{
	border-style:outset;
	border-color: red;
	border-width:1px;
      }
/************************* text *************************/

.textREG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #73b87e;
}
.textRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #cc0000;
}
.textRed11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #cc0000;
}
.textGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #999999;
}
.textHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #CAB0B7;
}
/************************* ID's *************************/
#header {
	position:static;
	height:110px;
	width:800px;
	align:center;
	background-color:black;
	background-image:url(images/header5.jpg);
}
#nav {
	position:absolute;
        top:115px;
	height:559px;
	width:170px;
	background-color:black;
	background-image:url(images/side3.jpg);
}
#body {
	position:relative;
	top:0px;
	left:170px;
	height:555px;
	width:625px;
	background-color:black;	
}
#footer {
	position:absolute;
	top:650px;
	height:40px;
	width:800px;
	
}

/************************* END *************************/



