@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#777dbc;
	}


	#wrapper {
		width:780px;
		margin-left:auto;
        margin-right:auto;
		border:0px solid #bbb;
		padding:0px;
		background-image:url(images/texture7903065.gif);
	}


	#header {
		border:0px solid #bbb;
		height:260px;
		padding:0px;
		background-image:url(images/texture7903065.gif);
		}
	
	#content {
		margin-top:0px;
		padding-bottom:0px;
	}
	#content div {
		padding:0px;
		border:0px solid #bbb;
		float:left;
	}
	#content-left {
		width:200px;
		float:left;
	}
	#content-main {
		margin-left:0px;
		border:0px solid #bbb;
		background-image:url(images/texture7903065.gif);
	}
	
	#footer {
		float:left;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		border:0px solid #bbb;
		width:775px;
	}
	#bottom {
		clear:both;
		text-align:right;
		}


