@import "http://write.lt/wp-content/themes/if_home/reset.css";
@import "http://write.lt/wp-content/themes/if_home/typography.css";
@import "http://write.lt/wp-content/themes/if_home/forms.css";

.clear 
{
	margin: 0;
	padding: 0;
	height: 0px;
	width: 0px;
	line-height: 0;
	clear: both;
}
body
{
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
}
#container 
{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#container  #header 
{
	height: 150px;
	width: 1000px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	background: #5b0509 url("http://write.lt/wp-content/themes/if_home2/images/header.png") left top repeat-x;
}
	#header #logo
	{
		float: left;
		height: 50px;
		width: 180px;
		margin-top: 98px;
		margin-bottom: 2px;
		margin-left: 10px;
		margin-right: 50px;
		
	}
	#header #menuads
	{
		float: left;
		height: 100px;
		width: 750px;
		margin-top: 35px;
		margin-bottom: 15px;
		margin-right: 10px;
	}
		
#container  #content 
{
	width: 1000px;
	min-height: 600px;
	text-align: left;
	padding: 0;
}	
	#content  .block1space
	{
		width: 47px;
		float: left;
		text-align: left;
		margin-top: 40px;
	}
	
	#content  .block1
	{
		width: 302px;
		float: left;
		text-align: left;
		margin-top: 40px;
	}
		#content .block1 .blocktop
		{
			width: 302px;
			height: 30px;
			line-height: 30px;
			float: left;
			text-align: left;
			border-bottom: 2px solid #a6121f;
			color: #3e3e3e;
			font-size:1.3em;
			font-weight: bold;
			background: #FFF;
		}
		#content .block1 .block
		{
			width: 282px;
			float: left;
			text-align: left;
			padding: 10px;
			background: url("images/blockbg.png") left top repeat-y;
			
		}	
		#content  .block1 .block1vspace
		{
			width: 302px;
			height: 20px;
			float: left;
			text-align: left;
			background: #FFF;
		}
	#content h2
	{
		font-size:2em;
		font-weight: bold;
		margin: 20px;
	}
#footer
{
	margin-top: 40px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 120px;
	color: #e3e2e2;
}
	#footer #inside
	{
		width: 1000px;
		margin: 0 auto;
		text-align: center;
		margin-top: 40px;
		height: 50px;
	}
		#footer #inside #left
		{
			width: 50px;
			float: left;
			text-align: left;
			margin: 0px;
			padding: 0px;
			height: 50px;
		}
		#footer #inside #middle
		{
			width: 872px;
			float: left;
			text-align: center;
			line-height: 50px;
			height: 50px;
			padding: 0px;
		}
		#footer #inside #right
		{
			width: 78px;
			float: left;
			text-align: right;
			margin: 0px;
			padding: 0px;
		}
	#footer a 
	{
		color:#3e3e3e;
		text-decoration:none; 
		font-size:1.2em;
		font-weight: bold;
	}
	#footer a:hover 
	{
		color:#3e3e3e;
		text-decoration:underline; 
	}