/*
		 Chris Coyier
		 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font-size: 62.5%;

					font-family: Verdana,Arial,Helvetica,"sans serif";
					color: #777777;
		
					background-color: #eeeeee;
	
					line-height: 1.5;

}
a {color:#ff4e00}

.clear				{ clear: both; }

h1 					{ font-size: 3.0em; text-align: left; }
	h1 a			{ text-decoration: none; color: #212575; }
h1.articleheadline	{ font-size: 1em; margin-bottom: 8px; }	
	
	
h2 					{ font-size: 1.6em; font-weight: normal; padding:10px 10px 10px 12px }
	h2 a			{ text-decoration: none; color: #212575; }
h3					{ font-size: 1em; margin-bottom: 8px; }
p					{ margin-bottom: 15px; font-size: 1em; }
img					{ border: none; vertical-align: middle; }
ul					{ list-style: disc inside; margin-left: 10px; margin-bottom: 15px; }
ul li				{ font-size: 1em; }

div#page-wrap		{ width: 310px; padding: 0 5px; margin: 0px auto; }

#slider 			{ width: 310px; overflow: hidden; position: relative; }
#mask				{ width: 1920px; position: relative; left: 0px;}
#mainMenu			{ width: 320px; float: left; }
.article-text		{ width: 320px; float: left; overflow: hidden; }

.headline           { 
					  padding:0; min-height: 60px; background-color:#fff; margin:10px 0 10px 0; position:relative; }
					  
pre					{ width: 300px; overflow: auto; font-size: 1.5em; }

#brownbox 

{
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
padding-left: 1px;
background-color: #463426;
height: 14px;
width: 71px;
color: #ffffff;
font-size: 9px;
font-family: Verdana,Arial,Helvetica,Sans-Serif;

}

.back
{ display:block; margin:30px 0 10px 0; padding:3px 3px 3px 12px; background-color:#fff; color:#ff4e00}
