/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}

h1 { color: #FFFFFF; font-size: 1.6em; font-weight: bold; }

h2 { color: #FFFFFF; font-size: 1.2em; font-weight: bold; }


.container { 
 background-image: url(images/design_02.gif);
 width: 900px;
 margin:0 ; padding:0} 

 
div#header {
    clear: both;
    background-image: url(images/design_01.jpg);
	width: 900px;
	height: 364px;
}

div#left {
    float: left;
    width: 189px;


}
div#right {
    float: right;
    width: 251px;


}
div#middle {
    padding: 0px 251px 0px 189px;
    margin: 0px;
}

div#menu {
    clear: both;
    background-image: url(images/menu.jpg);
	width: 155px;
	height: 24px;
}


div#footer {
    clear: both;
    background-image: url(images/design_04.jpg);
	width: 900px;
	height: 82px;
}
