/*************************************
Main body of the site
**************************************/

body {
width:900px;
margin: 0 auto;  
background-color:#ffffff; 
height:100%;
}

p.address{
font-size: 13px;
font-weight: bold;
}

html {
	padding:0; 
	margin:0; 
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

#header {
width:900px; 
background-color:#ffffff;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
height:125px;
}

/*************************************
Styling of the columns
**************************************/

#c2 {
margin-top:10px;
width:900px;
font-size:12px;
}

#c1
{
width:900px;
}

#c3
{
width:900px;
}

#bottom
{
background-color:#FFFFFF;
width:787px;
height:220px;
}

#borders
{
width:100%;
height:100%;
background-color:#FFFFFF;
}

/*************************************
Text and other layout of site
**************************************/

li{
	margin-bottom: 20px;
}

td.right{
border-right-style: solid;
border-right-color: #ff0000;
border-right-width: 1px;
padding-left: 46px;
padding-right: 20px;
}

td.right2{
border-right-style: solid;
border-right-color: #ff0000;
border-right-width: 1px;
}

td.left{
	padding-left: 20px;
}

#menu
{
position: relative;
top: 78%;
width:585px;
color:#000000;
font-weight:bold;
}

#submenu2
{
width:260px;
color:#000000;
font-weight:bold;
}

#submenu
{
text-align:center;
height:20px;
margin:2px;
float:left;
}


#char
{
position: relative;
top: 15%;
}

#com
{
position: relative;
top: 15%;
margin:5px;
}

#menu a:link, #menu a:visited 
{
font-weight:bold;
text-decoration:none;
position: relative;
color:#000000;
display:block;
height:33px;
top: -5px;
padding-left:10px;
padding-right:10px;
}
#menu a:hover           
{ 
color: red;
font-weight:bold;
text-decoration:none;
background-image:url(images/hover.jpg);
background-repeat:no-repeat;
background-position: top center;
}

#submenu2 a:link, #submenu2 a:visited 
{
background-color: #6d6e72;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
}
#submenu2 a:hover           
{ 
color: #ffffff;
font-weight:bold;
text-decoration:none;
}

a:link, a:visited 
{
color: red;
font-weight:bold;
text-decoration:none;
position: relative;
}
a:hover           
{ 
color: red;
font-weight:bold;
text-decoration:underline;
}

