/*
		 Chris Coyier
		 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{
	font-size: 62.5%;
	font-family: Arial, serif;
	background-color: #FFF;
}

.clear				{ clear: both; }

h1 					{ font-size: 2.0em; text-align: center; padding: 10px 0; }
	h1 a			{ text-decoration: none; color: #000; }
h2 					{
	font-size: 1.5em;
	font-weight:lighter;
	color: #000;
}
	h2 a			{
	text-decoration: none;
	color: #000;
}
h3					{ font-size: 1.8em; margin-bottom: 8px; }
p					{
	margin-bottom: 15px;
	font-size: 1.4em;
	color: #666;
	text-align: center;
}

p .clear {
	text-align: left;
}
img					{ border: none; vertical-align: middle; }
ul					{ list-style: disc inside; margin-left: 10px; margin-bottom: 15px; }
ul li				{ font-size: 1.4em; }

div#page-wrap		{
	width: 310px;
	padding: 0 5px;
	margin: 0px auto;
	background-color: #FFF;
	
	
}
.back {
	padding-left:130px;
}

#home {
	

	background-repeat: no-repeat;
}

#slider 			{ width: 320px; overflow: hidden; position: relative; }
#mask				{ width: 1920px; position: relative; left: 0px;}
#mainMenu			{ width: 310px; float: left; padding-right:10px; }
.article-text		{ width: 310px; float: left; overflow: hidden;padding-right:10px; }

.headline           {
	max-width: 310px;
	min-height: 5px;
	background-color: #E3E3E3;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 13px;
	
}
.headline2           {
	max-width: 310px;
	min-height: 5px;
	background-color: #E3E3E3;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 13px;
	
}
.headline2 h2          {
	width:230px;
		float:left;
}

.headline2 .sortout          {
	
		float:left;
}
					  
pre					{ width: 300px; overflow: auto; font-size: 1.5em; }
enclosure			{ width: 300px; overflow: auto; font-size: 1.5em; }

a {
	color: #F00;
	text-decoration: none;
}
.thumb {
	float:right;
}

