
/*-------------------main*/
body {
    margin: 0;
    padding: 0;
	font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #333333;
}

#main_wrapper
{
	width:1000px;
	background-color:#ffffff;
	margin: auto;
	border:solid 1px #ecebeb;
	margin-top:15px;
}

#wrapper
{
	position:relative;
	margin: 10px 0 ;
}

/*--------------------------------------header*/
#header_container
{
	vertical-align:top;
	height:134px;
	overflow: hidden;
	background-image:url(../images/header_img.jpg);
}

#topmenu
{
	height:19px;
	width:370px;
	padding: 7px 0;
}

#topmenu a
{
	padding-left:35px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#topmenu a:hover
{
	text-decoration:underline;
}

#header_quote
{
	margin-top:67px;
	height:23px;
	width:720px;
	margin-left:280px;
	text-align:center;
	padding: 7px 0;
        padding-top: 8px;
}

#header_quote span
{
	color:#FFFFFF;
	font-size:13px;
}

/*--------------------------------------leftmenu*/

#left
{
	width:250px;
	/*background-color:#99FF33;*/
	float:left;
}

/*--------------------------------------rightmenu*/
#right
{
	width:135px;
	/*background-color:#FF9933;*/
	float:left;
        border : 1px;
        border-color: #000000;
        border-style: solid;
}

/*--------------------------------------content*/

#content
{
	width:580px;
	/*background-color:#9966F3;*/
	float:left;
	margin:0 10px 10px 10px;
	padding:5px;
}

#article_title1
{
        width:560px;
        background-image: url(../images/article_title_background.jpg);
        background-repeat: no-repeat;
        text-align: left;
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 20px;
        margin-top: -15px;
        padding-left: 20px;
        padding-top: 5px;
}

#article_text1
{
        width:580px;
        text-align: justify;
}

#article_splitter
{
        width:580px;
        background-image: url(../images/article_splitter.jpg);
        background-repeat: no-repeat;
        margin-top: 15px;
        margin-bottom: 15px;
}

#article_text2
{
        width:580px;
        text-align: justify;
}

/*--------------------------------------footer*/

#footer
{	
	height:28px;
	width:1000px;
	background-image:url(../images/footer.jpg);
	padding-top:10px;
	clear:both;
}

#footer a
{
	padding-left:50px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}
#footer span
{
	color:#FFFFFF;
	font-size:12px;
	padding-left:50px;
}
