
 
body {

    margin: 0px;
    padding: 0px;
    background: #ffffff;
	
    color: #333333;
    line-height: 160%;
	text-align: center;
	font-size: 95%;
	
	background: #ffffff url(../../img/bgs.gif) repeat top center;

}

img {

border: 0;

}


/* Anchors */
a:link {
    background-color: transparent;
    color: #cc0000;
    text-decoration: none;
} a:visited {
    background-color: transparent;
    color: #cc0000;
    text-decoration: none;
} a:hover {
    background-color: transparent;
    color: #cc0000;
    text-decoration: underline;
}


#wrapper {

	width: 800px;
	margin: auto;
	text-align: left;

}


#header {

	top: 0px;
	
	width: 800px;
	height: 95px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	

}

#menu {

	width: 800px;
	border-top: #eeeeee solid 1px;
	border-bottom: #eeeeee solid 1px;

}


#menu_sdw {

	width: 800px;
	height: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background: #ffffff url(../../img/line_sdw.gif) no-repeat top center;

}

#news {

	width: 660px;
	margin: 40px 0px 40px 0px;;
	padding: 0px 0px 0px 190px;

}

#news ul {

	list-style: none;

}

#news li {

	font-size: 80%;
	padding: 10px 0px 10px 0px;
	border-bottom: #eeeeee solid 1px;

}
#footer {

	width: 800px;
	text-align: right;

}



/* Fonts */
.fontM {
font-size: 95%;
line-height: 170%;
letter-spacing: 0.03em;
}

.fontL {
font-size: 120%;
color: #000;
line-height: 150%;
letter-spacing: 0.05em;
}

.fontS {
font-size: 90%;
line-height: 150%;
letter-spacing: 0.05em;
}

.fontSS {
font-size: 85%;
line-height: 150%;
letter-spacing: 0.05em;
color: #666666;
}

