/* CSS Document */

/* CODE TO NORMALIZE STYLES FOR ALL ELEMENTS REGARDLESS OF BROWSER */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
border-collapse:collapse;
border-spacing:0px;
}

fieldset, img {
border:0px;
}

address, caption, cite, code, dfn, em, strong, th, var {
font-style:normal;
font-weight:normal;
}

ol, ul {
list-style:none;
}

caption, th {
text-align:left;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
}

q:before, q:after {
content:'';
}

/* END OF STYLE-NORMALIZATION CODE */



/* START OF "STRUCTURAL" and "TEMPLATE" TAG RULES */


body {
font-family: verdana, arial, helvetica, sans-serif;
font-size:.75em;
background-color: #DEDEDE;
text-align: center;
}

#main_placeholder {
	width: 708px;
	padding: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ccc;
	text-align:left;
	background-color: #FFF;
}

#header {
	text-align:left;
}

#left_placeholder {
	float:left;
	width:206px;
	margin-top:20px;
}

#right_placeholder {
	float:right;
	width:463px;
	border-left:1px solid #D3D3D3;
	padding: 0px 0px 10px 20px;
	margin-top: 18px;
	color:444;
	line-height: 1.7em;
}

#footer {
clear:both;
text-align:right;
color:#666;
font-size:80%;
}

#horizmenu {
text-align:right;
}

#horizmenu ul {
list-style:none;
padding:0px;
margin:0px;
}

#horizmenu ul li {
float:right;
padding:4px 6px 4px 6px;
margin-bottom:6px;
}

#horizmenu ul li#contact, #horizmenu ul li#news, #horizmenu ul li#quote {
border-right:#777 solid 1px;
}

#horizmenu ul li a {
text-decoration:none;
color:#777;
}

#horizmenu ul li a:hover {
color:#000;
cursor:pointer;
}


/* END OF "STRUCTURAL" and "TEMPLATE" TAG RULES */



/* START OF "CONTENT" RULES */




img.float-right {
display:block;
float:right;
padding:0px 0px 9px 6px;
}

#right_placeholder h1 {
	color:#395b77;
	font-size:200%;
	font-weight:bold;
	margin:12px 0px 24px 0px;
}

#right_placeholder p {
padding-bottom:10px;
}

#right_placeholder ul {
	margin:0px 0px 10px 0px;
	list-style:disc;
	list-style-position:outside;
}

#news-left {
width:220px;
float:left;
}

#news-right {
width:220px;
float:right;
}

strong {
font-weight:bold;
}
