/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/**/font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*start here after reset*/
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-align: center;
background: #7F8152;

}
a img 
{
border:none; 
}
#container
{
text-align: center;
margin: 0 auto;
padding: 0;
width: 1200px;
background: url(../images/bg_body_y.jpg) repeat-y;
}
#wrapper
{
margin: 0 auto;
padding: 0;
width: 836px;

}
#top
{
background: url(../images/banner.png) no-repeat;
width: 836px;
height: 130px;
}#top a
{
width: 836px;
height:130px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
background: url(../images/bg_menu.png) no-repeat;
text-align:center;
width: 836px;
height: 32px;
line-height: 32px;
}
#menu ul
{
margin: 0;
padding: 0;
}
#menu li
{
margin: 0;
display: inline;
list-style-type: none;
padding: 0 7px;
}
#menu a:link, #menu a:visited
{
font-size: 15px;

color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #DD863F;

}


#content
{
font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
line-height: 18px;
float: left;
background: url(../images/bg_content_y_2columns.jpg) repeat-y;
margin: 0 18px;
padding: 0 10px;
width: 780px;
min-height: 750px;
text-align: left;
}
#content a:link, #content a:visited
{
color: #60021c;

}
#content a:hover, #content a:active
{
background-color: #60021c;
color: #fff;
text-decoration: none;
}
#content img
{
padding: 8px;
}
/**/.main
{
float: left;
width: 410px;
}

.right
{

float: right;
width: 330px;


}

h1
{
font: normal 30px "Palatino Linotype", "Book Antiqua", Palatino, serif;
letter-spacing: 1px;
color: #3e5b0b;
padding: 0.5em 0 0 0;
border-bottom: 1px solid #000;
line-height: normal;

}
h2
{
font: normal 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
color: #3e5b0b;
padding: 0.5em 0 0 0;
}
h3
{
font-size: 18px;
}
h5
{
font-weight:normal;
text-decoration:underline;
margin-top:10px;
margin-botom:0;
}
#footer
{
clear: both;
text-align: center;
background: url(../images/footer.gif) no-repeat;
width: 836px;
height: 32px;
}
#footer a:link, #footer a:visited
{


}
#footer a:hover, #footer a:active
{

}
#copyright
{
padding: 15px;
color: #fff;
font-size: 10px;
text-align: center;
}
#copyright a
{
color: #fff;
background: #000;
}
img.floatimageleft 
{
float: left;
}
img.floatimageright 
{
float: right;
}
hr
{
color: #000;

}
