/* CSS Document */

body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size:    10px;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:   10px
    /* intended value for better browsers */
    }

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    10px
    /* be nice to Opera */
    }

body {
	background-color: #e1e5da;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

img {
	border: none;
	}

#wrapper {
	text-align: center;
	width: 100%;
	background: url(../images/wrapper_bg.gif) repeat-y center top;
	margin: 10px 0;
	line-height: 0;
}

#maincontent {
	display: block;
	width: 700px;
	height: 450px;
	margin: 0 auto;
	text-align: left;
	background: #6b8052 url(../images/index_bg.jpg) no-repeat center top;
	line-height: 1.3em;
	overflow: visible;
}

#text {
	width: 270px;
	float: right;
	margin: 80px 0 0 0;	
	}

#text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 10px;
	font-size: 11px;
	t;
	font-weight: bold;
}

#text a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#footer {
	position: relative;
	font-size: 10px;
	color: #999;
	background-color: #e1e5da;
	line-height: 1em;
	padding: 0 0 10px 0;
	text-align: center;
}

#footer p {
	margin: 5px 0;
	font-size: 10px;
}

.nodecor a:link, .nodecor a:visited, .nodecor a:hover, .nodecor a:active {
	color: #999;
	text-decoration: none;
}
