/* Screen CSS */

a img {
	border:none;
}

body {
	background:#f3e8d9 url('../imgs/strip.gif') center 256px repeat-x;
	font-family:georgia; font-size:12px;
	color:#333; margin:8px;
}

div#wrapper {
	width: 750px;
	margin: 0 auto;
}

div#header {
	background: #ddd url('../imgs/header1.jpg') left top no-repeat;
	height:232px;
	border:8px solid #fff;
}

div#mainNav {
	height:36px;
}

div#content {
	border:8px solid #fff;
	background-color:#faf3eb;
	min-height:300px;
	padding:20px;
}

div#footer {
	clear:both;
}

div#footer p {
	font-family:georgia, "Times New Roman", serif;
	font-size:11px;
	color:#777; text-align:center;
}

/* COLUMNS */

.leftCol {
	float:left;
	width:380px;
}

.rightCol {
	float:right;
	width:297px;
}

/* RHS BOXES */

div.box {
	min-height:111px;
	width:265px; margin:auto;
	padding:170px 15px 0;
	border:solid 1px #fff;
	color:#fff; font-weight:normal;
}

body#home div.box {
	background: #141414 url('../imgs/home_img.jpg') center top no-repeat;
}

body#about div.box {
	background: #141414 url('../imgs/about_img.jpg') center top no-repeat;
}

body#contact div.box {
	background: #141414 url('../imgs/contact_img.jpg') center top no-repeat;
	height:332px; padding-top:0;
}

body#press div.box {
	background: #141414 url('../imgs/press_img.jpg') center top no-repeat;
}

/* IMAGES */

img#logo {
	margin:16px 11px;
}

/* TITLES */

h1, h2 {
	font-family:liberation,georgia,"Times New Roman",serif;
	font-size:20px; font-weight:normal;
	color:#900;
}

div.box h1 {
	margin:0;
	color:#fff;
}

h2 { font-size:14px; }

h3 { font-size: 14px; }

/* LINKS */

a:link, a:visited {
	font-family:georgia;
	font-size:12px;
	color:#600;
}

a:hover {
	text-decoration:none;
	color:#333;
}

div#footer a:link, div#footer a:visited { color:#777; }

a:hover { text-decoration:none; }

/* GALLERY */

body#gallery ul {
	clear:both;
	list-style:none;
	padding:0;
}

body#gallery ul li {
	width:150px; height:150px;
	 
	float:left; margin:7px;
}

body#gallery ul li a {
	display:block;padding:3px;
	width:150px;height:150px;
	border:1px solid #ccc;
	background-color:#fff;
}

body#gallery ul li a:hover {
	border:1px solid #600;	
}

/* REUSABLES */

address {
	font-style:normal;
}

.cB { clear:both; }
.cR { clear:right; }
.cL { clear:left; }

.fR { float:right; }
.fL { float:left; }

.note {	font-size:11px; }

/* IE 6 */

* html body {
	text-align:center;
}

* html body div#wrapper {
	text-align:left;
}