/* Main CSS of CKSTUDENTHOMES.CO.UK */

/* Written by Cobain Schofield, MantisWebsiteDesign.com */

html {

background: #4F4C3C;
margin: 0 auto;

}

body {

font-family: arial;
font-size: 13px;
color: #E6E6E6;
margin: 0 auto;

}

#headerrestrain {

background: url("images/repeater.gif") #4f4c3c repeat-x;
color:#e6e6e6;
height: 158px;
border-bottom: 1px solid #5B594B;
margin: 0;

}

#headerimg {

margin-left: auto;
margin-right: auto;
background: url("images/baseheader.png") no-repeat;
padding: 70px 0 0 18px;
height: 100%;
width: 830px;

}

#pagerestrain {

width: 850px;
height: auto;
margin-left: auto;
margin-right: auto;
padding: 0;
padding-bottom: 10px;
background: url("images/lpool.png") bottom no-repeat;
min-height: 200px;
display: block; 
overflow: hidden;

}

#menucontain {

width: auto;
height: 26px;
padding: 10px;
text-align: center;
background: #B0BA9D;

}

#sidebar {	

float: right;
width: 246px;
padding: 10px;
font-size:12px;
border-left: 2px solid #5B594B;
height: auto;
min-height: 200px;

}


#content {
	
float: left;
width: 560px;
padding: 10px;
height: auto;
min-height: 200px;
border-right: 2px solid #5B594B;

}

#footer {

width: 100%;
height: 20px;
background: #B0BA9D;
text-align: center;
padding-top: 5px;
color: #4F4C3C;
font-size: 10px;

}

#footer a {

color: #5B594B;
font-weight: bold;

}

#footer a:hover {

color: #494634;
font-weight: bold;

}

a {

color: #FAC087;
text-decoration: none;

}

a:hover {

color: #FF5E00;
text-decoration: none;

}

input {

background: #FFFFFF;
border-left: 7px solid #FAC087;
border-right: #fff;
border-top: #fff;
border-bottom: #fff;
font: 13px arial;
padding: 3px;
color: #2b2b2b;

}

input:hover {

background: #FFFFFF;
border-left: 7px solid #B0BA9D;
border-right: #fff;
border-top: #fff;
border-bottom: #fff;
font: 13px arial;
padding: 3px;
color: #2b2b2b;

}

input:focus {

background: #FFFFFF;
border-left: 7px solid #ff9000;
border-right: #fff;
border-top: #fff;
border-bottom: #fff;
font: 13px arial;
padding: 3px;
color: #2b2b2b;

}

textarea {

background: #FFFFFF;
border-left: 7px solid #FAC087;
border-right: #fff;
border-top: #fff;
border-bottom: #fff;
font: 13px arial;
padding: 3px;
color: #2b2b2b;


}

textarea:hover {

background: #FFFFFF;
border-left: 7px solid #B0BA9D;
border-right: #fff;
border-top: #fff;
border-bottom: #fff;
font: 13px arial;
padding: 3px;
color: #2b2b2b;

}

textarea:focus {

background: #FFFFFF;
border-left: 7px solid #ff9000;
border-right: #fff;
border-top: #fff;
border-bottom: #fff;
font: 13px arial;
padding: 3px;
color: #2b2b2b;

}
a img {

border: none;

}

li {

list-style: square;
color: #e6e6e6;
margin-left: 25px;

}

.popup {

background: #ffffff;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
font-size: 15px;

}
