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

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

body{	
	color: #000;
	font: 12px arial;
	text-align: center;
	
	background-color: #020201;
	background:#020201 url(../images/bg_body.jpg) repeat-x top center	
}

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

img{
	cursor: pointer;
}

h1{
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
	padding:0 0 12px 0;
	margin:0;
}


li{
	margin-left: 15px;
}

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

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

/*
	**************************************************************
*/

div.big_wrapper{
	width: 100%;
	display: block;
	float: left;
}

/*
	------------ Header ------------
*/
div.header_wrapper{
	height: 37px;
	background-image:url(../images/bg_header2.jpg);
	
	background-position: top left;
	background-repeat: repeat-x;
}

div.header{
	width: 829px;
	/*height: 57px;*/
	height:866px;
	margin: auto;
	display: block;
	background-image:url(../images/bg_navigation_2.jpg) repeat-x;
	
}

	div.header div.navigation{
		height: 37px;
		float: left;
		
	}
	
		div.header div.navigation a{
			height: 37px;
			padding: 0 33px 0;
			display: block;
			float: left;
			
			color: #ccc;
			font-size: 14px;
			text-decoration: none;
			line-height: 33px;
			
			background-image:url(../images/bg_navigation.jpg);
			background-position: top right;
			
		}
		
			div.header div.navigation a.add_bg{
				background-position: top left;
			}
		
			div.header div.navigation a:hover{
				color: #cc6600;
				background-color: #000;
				background-image: none;
			}
			
			div.header div.navigation a.me{
				color: #cc6600;
				background-color: #000;
				background-image: none;
			}

			a.me
			{
				padding-left: 26px;
				padding-right:26px;
			}

/*
	------------ Content ------------
*/
/*
.add_bg_me{
	background:#020201 url(../images/bg_body.jpg) repeat-x top center;
}
*/
div.wrapper{	background:#020201 url(../images/bg_me.jpg) no-repeat top center;
	width:829px;
	text-align: left;
	margin:0 auto 0 auto;
	margin-top:430px;
}

div.add_box{
	width: 900px;
	height: 450px;
	display: block;
	float: left;
}

div.central_box{
	width: 829px;
	margin:0 auto 0 auto;
	padding:25px 0 0 0;
}

#welcome{
	float:left;
	width:322px;
	padding:0 0 0 22px;
	color:#857f5f;
	font:normal 11px Tahoma;
}
	
#welcome p{
	padding:5px 0 30px 0;
	margin:0;
	font:normal 13px Tahoma;
	color:#c3bd9c;
	line-height:155%;
}
	

.recent a:link, .recent a:visited{
	color:#06619e;
	text-decoration:underline;
}
	
.recent a:hover{
	text-decoration:none;
}
	
#develop{
	float:left;
	width:230px;
	padding:0 0 0 17px;
	background:url(../images/develop_divider.jpg) no-repeat 0 10px;
}
	
#develop ul{
	padding:8px 0 0 11px;
	margin:0;
	list-style:url(../images/bullet.jpg);
}
	
#develop ul li{
	padding:0 0 10px 0;
	margin:0;
	font:normal 11px Tahoma;
	color:#998a77;
}
	
#develop ul li a:link, #develop ul li a:visited{
	color:#998a77;
	text-decoration:underline;
}
	
#develop ul li a:hover{text-decoration:none;}
	


/*
	------------ Footer ------------
*/

div.footer_wrapper{
	height: 43px;
	background-image:url(../images/bg_footer.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin-top:20px;
}

	div.footer{
		width: 790px;
		height: 43px;
		padding-left: 40px;
		margin: auto;
		display: block;
		
		color: #6f767d;
		text-align: left;
		
	}
	
		div.footer p{
			width: 706px;
			height: 43px;
			padding: 0px;
			margin: 0px;
			float: left;
			overflow:hidden;
			line-height: 43px;
		}
	
		div.footer a.home{
			width: 24px;
			height: 23px;
			margin: 12px 40px 0 0;
			display: block;
			float: right;
			
			background-image:url(../images/bg_footer_home.jpg);
			background-position: top left;
			background-repeat: no-repeat;
		}
