/* 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: 12px "Lucida Sans", Arial, Helvetica, sans-serif;
text-align: center;
background: #fff;

}
a img 
{
border:none; 
}


#container
{
text-align: left;
margin: 0 auto;
padding: 0;
width: 844px;
}
#wrapper
{
float: left;
background: url(../images/bg_content_y.gif) repeat-y;
}
#top
{
background: url(../images/banner.gif) no-repeat;
width: 844px;
height: 142px;
}#top a
{
width: 844px;
height:142px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
float:left;
background: url(../images/bg_menu.gif) no-repeat;
width: 184px;
line-height: 32px;
height: 295px;
}
#menu ul
{
margin: 20px 0 0 75px;
padding: 0;
}
#menu li
{
margin: 0 0 0 0;
list-style-type: none;
padding: 0;
}
#menu a:link, #menu a:visited
{
background: url(../images/bg_list.gif) no-repeat 0 50%;
padding: 0 0 0 18px;
font-size: 14px;
font-weight: bold;
color: #000;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #C01D2E;

}
/**/#menu a:active
{
position:relative;
top:1px; 
}
#menu a:hover
{
text-shadow: 1px 1px 2px #999;
}

#content
{
background: url(../images/watermark.png) no-repeat 80px 80px;
float: left;
padding: 0 60px 0 0;
width: 600px;
min-height: 400px;
}
#content a:link, #content a:visited
{


}
#content a:hover, #content a:active
{

}
#content p
{
line-height: 20px;
}
#content ul {
	list-style: disc;
}
/*.main
{
float: left;
width: 740px;
}

.right
{
background: #fff;
float: right;
width: 180px;
padding-right: 10px;
}*/

h1
{
font-size: 24px;
padding: 1em 0 0.5em 0;
border-bottom: 1px solid #C01D2E;
}
h2
{

}
h3
{
font-size: 18px;
}
#footer
{
clear: both;
background: url(../images/footer.gif) no-repeat;
width: 844px;
height: 31px;
}
#footer a:link, #footer a:visited
{


}
#footer a:hover, #footer a:active
{

}
img.floatimageleft 
{
float: left;
}
img.floatimageright 
{
float: right;
padding-left: 10px;
}

