/********************************************
   AUTHOR:       	Rob Hitchin for JPCC
   SITE NAME:       studentaccommodationCITY.co.uk
   VERSION:      	v1.0   
   LAST MODIFIED:   January-15-2010       	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/

/* -----------------  page styles -------------------------------------------------------*/

body {
	padding:0;
	margin:0;
	line-height: 25px;
	background:#f4f4f4 url(../images/bodybg.gif) center repeat-y;
	color: #555;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
#wrapper { margin:8px auto auto auto; width:900px;  padding:0; background:#fff;}

/* -----------------  general styles  -------------------------------------------------------*/

a { color:#631e19; text-decoration: underline;background:none; }
a:hover { color:#894e4e; background:none; text-decoration:underline; }
p { margin:0;padding-top:2px;}
h2 { font-weight:bold; font-size:12px; padding:0px 0 4px 0px; margin: 0 0 2px 0; color:#444; background:none; border-bottom: 2px dotted #444; }
ul { margin: 0; padding : 0; list-style : none; }
img {
	border: 0;
	padding-top: 5px;
}
h4 {font: 30px 'HelveticaNeue-CondensedBold', 'Arial Narrow', Helvetica, Arial, sans-serif; margin:0;}
.pic{
	margin-top:8px;
	padding-bottom: 8px;
}
/* -----------------  top info  -------------------------------------------------------*/

#header {
	clear:both;
	width:900px;
	height:80px;
	margin:0;
}

#google_banner {
	text-align:center;
	width:900;
}

#google_sky {
	float:left;
	width:125px;
	padding:5px;
}

#content {
	float: left;
	width: 555px;
	margin: 0 10px 6px 0;
	padding:5px;
}

#city_list {
	float: right;
	width: 120px;
	margin: 0 5px 5px 0;
	padding:5px;
}

#title {
	float:left;
	width:340px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}
#title h3 {
	font-size:35px;
	padding:5px 0 0 0;
	margin:0;
	color:#444;
}
#hright {
	float:right;
	width:740px;
	height: 60px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#title p {
	font-size: 3em;
	color: #808080;
	background: inherit;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 0;
}
#menu {
	width: 900px;
	float:right;
	margin:2px 0 0 0;
	padding:0;
	text-align:right;
}
#menu a {  color:#444; text-decoration:none; padding:1px 10px 1px 10px;
height:19px; background:none;}
#menu a:hover { background: none;color:#631e19;} 

/* ----------------- Main content -------------------------------------------------------*/



#bottomcontenttop{width:900px;height:10px;background: url(../images/b_contenttop.jpg) no-repeat;}
#bottomcontent{
	width:898px;
	height:1900px;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
}
#bottomcontentbtm{width:900px;height:10px;background: url(../images/b_contentbtm.jpg) no-repeat;}
.left {
	float: left;
	width: 530px;
	margin: 0 125px 5px 0;
	padding:10px;
}

.right {float: right;width: 120px;margin: 0 6px 5px 0; padding:10px;}
.thumbs img{position:relative;padding:1px;margin:5px 8px 5px 9px;border:2px solid #631e19;background:none;}
.thumbs img:hover{border:2px solid #c5c5c5; background:none;}

/* ----------------- Bottom content -------------------------------------------------------*/

#footer { clear: both; text-align:center; line-height: 1.8em; color: #444; background: #fff; padding: 4px 0; 
margin:10px 0 0 0;}
#footer a {color: #631e19; background: inherit;}

