/*************************************
Main body of the site
**************************************/

body {
width:973px;
margin: 0 auto;  
background-color:#ffffff; 
height:100%;
}

html {
	padding:0; 
	margin:0; 
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}

#header {
width:973px; 
background-color:#ffffff;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
height:70px;
}

/*************************************
Styling of the columns
**************************************/

#c2 {
padding-bottom:10px;
margin:0px;
width:973px;
display:table-row;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
background-color:#000000;
}

#c1
{
padding:0px;
margin:0px;
height:200px;
width:973px;
}

#c3
{
padding:0px;
margin:0px;
height:200px;
width:900px;
}

#left, #middle, #right{
float:left;
}

#left {
padding-left:50px;
padding-top:25px;
width:250px;
height:325px;
display:table-cell;
}

#right
{
padding-left:50px;
padding-right:50px;
padding-top:30px;
width:573px;
display:table-cell;
}

#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: 30%;
width:700px;
color:#000000;
font-weight:bold;
background-image:url(images/menu.jpg);
height:30px;
}

#submenu2
{
width:600px;
color:#000000;
font-weight:bold;
height:30px;
}

#submenu
{
text-align:center;
height:30px;
float:left;
background-image:url(images/menu.jpg);
}


#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:#ffffff;
display:block;
height:33px;
top: 7px;
padding-left:10px;
padding-right:10px;
}
#menu a:hover           
{ 
color: black;
font-weight:bold;
text-decoration:none;
}

#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: #ffffff;
font-weight:bold;
text-decoration:none;
position: relative;
}
a:hover           
{ 
color: #ffffff;
font-weight:bold;
text-decoration:none;
}

h1
{
	color:#4fa5d4;
	font-size:13pt;
}
	
