
body		{ font-family:arial, sans-serif; background:#F3F3F3; }

ul			{ margin:0; padding:0; }
li			{ width:100px; height:50px; float:left; color:#191919; text-align:center; overflow:hidden; }

h1, h2, h3 	{ font-weight:normal; color:#444; }
h1 			{ font-size:35px; letter-spacing:-1px; }
h2 			{ font-size:1.6em; letter-spacing:-1px; }
h3 			{ font-size:19px; margin:0 0 15px 0; padding:0;}

a			{ color:#000; text-decoration:none; }
p			{ padding:0px; }

.subtext	{ padding-top:15px; }
	

#wrapper	{ width: 900px; margin: 0px auto; }

#header		{ height:175px;}	
#logo		{ float: left; height:50px; display:block;}
#menu 		{ float: right; margin-top:15px;}

.green		{ background:#6AA63B url('images/green-item-bg.jpg') top left no-repeat;}
.yellow		{ background:#FBC700 url('images/yellow-item-bg.jpg') top left no-repeat;}
.red		{ background:#D52100 url('images/red-item-bg.jpg') top left no-repeat;}
.purple		{ background:#5122B4 url('images/purple-item-bg.jpg') top left no-repeat;}
.blue		{ background:#0292C0 url('images/blue-item-bg.jpg') top left no-repeat;}

#content		{ height:300px;}

.floatleft		{ float:left; }
.floatright		{ float:right; }
.block			{ display:block;}


.onepost			{ width:860px; padding:10px; border:10px solid #ddd; background:#eee; }

.onepost .text		{ width:660px;}

	.onepost h2		{ margin:5px 0 0 0; padding:0px; color:#444;}
	.onepost p		{ font-size:14px; color: #444; line-height:20px;}
	.text img		{ border:5px solid #ddd;}
	.onepost p a		{ color:#600;}

.onepost .sidebar			{ width:200px; }

	.onepost .image	{ margin-bottom: 30px;}	

	.download		{ 	width:125px; display: block; margin-top:15px; padding:10px;  
						font-size:23px; text-align:center; color:#fff;
						background:#c00; border:2px solid #c00; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

	.download:hover	{ background:#000; color:#fff; border-color: #000;}
	
	.warning			{ margin-top:40px;  width:120px;}
	.warning span		{ font-weight:bold; }
	.warning p 			{ margin: 0 0 10px 0; font-size:12px; line-height:16px;}
	.warning p a 			{ color: #c00; text-decoration:underline;}
	.warning p a:hover	{ color: #000;}

#footer			{ margin:50px 0; height:40px; display:block; color:#444; font-size: 13px;}
