/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

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, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link, a:visited {
	cursor: pointer;
	color: #E60000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ol, ul {
	list-style: inside;
	line-height: 20px;
	list-style-type: disc;
}
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;
}

p {
	padding-top: 12px;
	padding-bottom: 5px;
}

h1 {
	text-indent: -9999px;
	margin-top: -13px;
}

h2 {
	font-size: 16px;
	padding-bottom: 2px;
	color: #E60000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-transform:none;
}

h3 {
	font-size: 14px;
	padding-bottom: 2px;
	color: #E60000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-transform:none;
}
	
body {
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#menu {
	width: 190px;
	height: 239px;
	float: left;
}

#banner {
	width: 701px;
	height: 239px;
	float: right;
}

#headerpart {
	width: 900px;
	height: 239px;
}

#content {
	width: 900px;
	background: #fff url(/images/bg_content.jpg) repeat-x;
	min-height: 200px;
	_height: 350px;
	margin-top: 3px;
	*margin-top: 0;
}

#contentinside {
	width: 870px;
	background: #fff url(/images/bg_content.jpg) repeat-x;
	min-height: 300px;
	_height: 300px;
	margin-top: 3px;
	*margin-top: 0;
	padding: 15px;
}

#content #contentleft {
	width: 635px;
	float: left;
	padding: 15px 0 0 15px 
}

#content #contentright {
	width: 230px;
	float: right;
	padding-left: 20px;
}

.special {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000;
	font-weight: bold;
	border-bottom: 1px dashed #000;
	margin-top:10px;
}

#footer {
	clear: both;
	background: url(/images/bg_footer.jpg) no-repeat;
	width: 900px;
	height: 86px;
	text-align: center;
	font-size: 11px;
	padding-top: 13px;
}

#footer a {
	color: #E60000;
}

.linkmenu {
	text-transform: uppercase;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #262627;
	width: 158px;
	color: #262627;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 20px;
}

.linkmenuhover {
	text-transform: uppercase;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #262627;
	width: 168px;
	color: #E60000;
	font-weight: bold;
	cursor: pointer;
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 5px;
	background: url(/images/red_arrow.gif) 20px center no-repeat;
}
