* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
   background: url(images/img01.jpg) ;
 background-repeat:repeat;
}

p {
 padding: 5px;
}

#wrapper { 
 margin: 0 auto;
 width: 937px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 1050px;
 width: 607px;
 display: inline;
}

#header {
 color: #333;
 width: 937px;
 float: left;
 height: 251px;
 background: #FFFFFF;
}

#footer { 
 width: 937px;
 height: 263px;
 clear: both;
 color: #333;
 background: #FFFFFF;
}

#navigation {
 float: left;
 width: 937px;
 height: 40px;
 color: #333;
 background: #FFFFFF;
}

#leftcolumn { 
 color: #333;
 background: #FFFFFF;
 height: 1050px;
 width: 165px;
 float: left;
}

#rightcolumn { 
 color: #333;
 background: #FFFFFF;
 height: 1050px;
 width: 165px;
 float: left;
}
/* Links */
a:link {
 color: #3CF;
 font-weight: bold;
 text-decoration: none;
}
a:visited {
 color: #3CF;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
	color: #909;
	font-weight: bold;

 background-color: ;
	text-decoration: none;
	font-style: none;
}

.labels {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #79257B;
	text-decoration: none;
}
