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

body {			
	background-color: #000;
	color: #fff;
	font-family: Arial,"Helvetica Neue",Geneva,sans-serif;		
	/*background-image: url(../i/background.jpg);
	background-repeat: no-repeat;*/
}


#web {
	width: 990px;
	background: url(../i/bckSidebar.gif) repeat-y;
}


/* LEFT */
#web #left {
	width: 265px;
	margin-right: 10px;
	float: left;
	min-height: 200px;
	
}

#web #left .logo {
	height: 355px;
}

#web #left .sidebar {
	
	min-height: 300px;
	padding: 0 15px 0 23px;
}





/* CENTER */
#web #center {
	width: 708px;
	float: left;
}


#web #center h1 {
	font-family: Georgia;
	font-size: 36px;
	font-style: italic;
	color: #fff;
	font-weight: normal;
	padding-bottom: 8px;
	border-bottom: 7px solid #fff;
	margin-bottom: 10px
}

