/* Basic page settings ***************************************************** */

body 
{

font: 					100% Verdana, Arial, Helvetica, sans-serif;
color: 					#000000;
background: 			#ffffff;
margin: 				0;
padding: 				0;
text-align: 			center;
}


div, h1, h2, h3, h4, h5, h6, p, ul, ol, li 
{

margin:					0px;
padding: 				0px;
}


body
{

margin-top: 			12px;
margin-left:			35px;
margin-right: 			30px;
}



/* Default typography settings ********************************************* */

body, th, td, p, span, div, ol, ul, li 
{

font-size: 				11px;
color: 					#53473e;
text-align: 			left;
}


th 
{

font-size: 				11px;
font-weight:			bold;
}


h1 
{

font-size: 				19px;
margin-top: 			10px;
margin-right: 			0px;
margin-bottom: 			8px;
margin-left: 			0px;
}


h2 
{

font-size: 				12px;
margin-top: 			14px;
margin-right: 			0px;
margin-bottom: 			0px;
margin-left: 			0px;
}


h3 
{

font-size: 				10px;
margin-bottom: 			-5px;
margin-top: 			8px;
}


h4 
{

font-size: 				10px; 
font-weight:			bold;
}


p 
{

font-size: 				11px;
margin-top: 			6px;
margin-bottom: 			0px;
line-height: 			130%;
}


body.content 
{

background:				#ffffff url(../../g/ill_bg.gif) no-repeat bottom right fixed;
}



/* Default list settings *************************************************** */

ul 
{

list-style-type: 		disc;
}


li 
{

font-size: 				10px;
margin-left: 			16px;
margin-top: 			1px;
line-height: 			1.3em;
}



/* Default link settings *************************************************** */

a:link, 
a:visited, 
a:active 
{

color: 					#b17f1e;
font-weight:			bold;
text-decoration: 		underline;
}


a:hover
{

text-decoration: 		underline;
}



/* Page elements *********************************************************** */

#wrapper 
{

margin-top: 			12px;
margin-left:			-10px;
margin-right: 			30px;
margin-bottom: 			15px;
overflow: 				hidden;
width:					420px;
position:				relative;
}


#images 
{

right: 					20px;
top: 					-5px;
width: 					250px;
position:				absolute;
overflow:				hidden;
}


#images img 
{

border:					0;
margin-top:				0px;
margin-bottom:			10px;
}


#content 
{

float:					left;
margin: 				0px;
width: 					420px;
}


.article_image 
{

border:					0;
padding-right:			10px;
}



/* Typographies ************************************************************ */

p.info_text, 
span.info_text 
{

font-style:				italic;
font-size:				9px;
margin-top:				0px;
}



/* Sizes ******************************************************************* */

.w100 
{

width:					100%;
}

