/*
	Image2Markup.com
	Ivan Bernat [info@image2markup.com]
*/

* {margin: 0px; padding: 0px;}

body{	
	color: #000;
	font: 12px arial;
	text-align: center;
	
	background-color: #ffffff;
	background-image:url(../images/bg_body.gif);
	background-position: top center;
	background-repeat: no-repeat;	
}

a{
	color: #3B5998;
	text-decoration: underline;
}
a img{
	text-decoration: none;
	border: none;
}

img{
	cursor: pointer;
}

h1, h2{
	margin: 5px 0 5px 0;
	padding: 0px;
	
	font: 14px arial;
	font-weight: bold;
}

p{
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
}

li{
	margin-left: 15px;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

.clearLeft{clear: left;}
.clearRight{clear: right;}
.clearFix{clear: both;}

/*
	Wrapper
*/

#wrapper{
	width: 887px;
	display: block;
	text-align: left;
	margin: 220px auto 30px;
}

/*
	Navigation
*/

div.navigation{
	width: 158px;
	height: 441px;
	float: left;
	padding-top: 20px;
}

	div.navigation a img{
		margin-bottom: 20px;
	}

/*
	Content
*/

div.content{
	width: 553px;
	padding-left: 20px;
	min-height: 441px;
	float: left;
	
	background-image:url(../images/bg_content.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

	* html div.content{height: 441px;}
	
	div.content div.bottom_holder{
		width: 553px;
		float: left;
		
		text-align: center;
	}
	
		div.content div.bottom_holder_form{
		width: 553px;
		float: left;
		margin-left: 70px;
		text-align: left;
	}
	
	div.content div.bottom_holder_form td {
padding:2px;
}
	
		div.content div.main_holder{
		width: 553px;
		float: left;
		padding-bottom: 20px;
		padding-left: 17px;
		text-align: center;
	}
		
		div.content div.bottom_holder img{
			margin-right: 13px;
		}

/*
	Content
*/

div.right{
	width: 156px;
	min-height: 441px;
	float: left;
	
	background-image:url(../images/bg_right.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

	* html div.right{height: 441px;}

/*
	Content
*/

div.footer{
	width: 622px;
	height: 23px;
	/*padding-left: 158px;*/
	margin-bottom: 30px;
	float: left;
	
	background-image:url(../images/bg_footer.gif);
	background-position: top right;
	background-repeat: no-repeat;
}






