/* CSS Document - The Art of Lewis Moorcroft */

/* Main */
body {
	background:#000000;
	text-align:center;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#252525;
	margin:0px;
	font-size:12px;
}


/* Index */
#index {
	width:600px;
	margin-top:10%;
}

#index img {
	padding:30px 0px 0px 0px;
}


/* Banner */
#header {
	position:relative;
	width:750px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	background:url(../site_images/header.jpg) no-repeat;
	border:#CCCCCC 1px solid;
}


/* Menu */
#menu {
	position:relative;
	width:750px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	border-top:#CCCCCC 0px;
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 0px;
	border-left:#CCCCCC 1px solid;
}


/* Content */
#container {
	position:relative;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	border:#CCCCCC 1px solid;
}

#content {
	text-align:left;
	background:#EEEEEE;
	width:750px;
	padding:30px 0px 25px 0px;	
}

#content h1 {	
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-variant:small-caps;
	margin:0px 15px 0px 15px;
	padding:0px 0px 15px 0px;
}

#content h2 {	
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-variant:small-caps;
	margin:0px 15px 0px 15px;
	padding:30px 0px 10px 0px;
}

#content h3 {
	clear:both;
	font-size:1px;
	margin:0px 15px 0px 15px;
	padding:0px 0px 0px 0px;
}

#content h4 {
	clear:both;
	font-size:10px;
	margin:0px 15px 0px 15px;
	padding:0px 0px 0px 0px;
	color:#EEEEEE;
}

#content p {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px 15px 0px 15px;
	padding:10px 0px 5px 0px;
}

#content a:link, #content a:visited, #content a:active {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#252525;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}


/* Footer */
#footer {
	clear:both;
	position:relative;
	width:752px;
	margin-left:auto;
	margin-right:auto;
}

#f1 {
	float:left;
	text-align:left;
	width:200px;
	background:#252525;
	padding:5px 0px 5px 0px;
	border-top:#CCCCCC 0px;
	border-right:#CCCCCC 0px;
	border-bottom:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
}

#f2 {
	float:right;
	text-align:right;
	width:550px;
	background:#252525;
	padding:5px 0px 5px 0px;
	border-top:#CCCCCC 0px;
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-left:#CCCCCC 0px;
}

#f1 a:link, #f1 a:visited, #f2 a:link, #f2 a:visited {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#A7A7A7;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	padding:0px 10px 0px 10px;
	text-decoration:none;
}

#f1 a:hover, #f2 a:hover {
	color:#C9BFB5;
}

#f1 a:active, #f2 a:active {
	color:#FFFFFF;
}


/* Bottom Information Bar */
#info {
	position:relative;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

#i1 {
	float:left;
	text-align:left;
	width:375px;
	background:#000000;
	padding:10px 0px 10px 0px;
}

#i2 {
	float:right;
	text-align:right;
	width:375px;
	background:#000000;
	padding:11px 0px 7px 0px;
}

#i1 p {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#757575;
	margin:0px;
}


/* Gallery */
.latest {
	position:relative;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 15px 0px;
}

.gallery {
	position:relative;
	width:720px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 0px 0px;
}

.gallery p, .latest p {
	clear:both;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}

img.image {
	position:relative;
	border:0px;
	display:block;
    margin-left:auto;
    margin-right:auto;
	padding:10px 0px 0px 0px;
}

.g0 {
	clear:both;
	float:left;
	width:240px;
	height:240px;
}

.g1 {
	float:left;
	width:240px;
	height:240px;
}

.g3 {
	float:left;
	width:360px;
	height:160px;
	padding:0px 0px 30px 0px;
}

.g4 {
	float:left;
	width:360px;
	padding:0px 0px 30px 0px;
}

.g5 {
	float:left;
	width:720px;
	padding:0px 0px 30px 0px;
}


/* Form */
#content form fieldset {
	width:550px;
	background:#CCCCCC;
	border:#252525 1px solid;
	margin:20px 100px 15px 100px;
	padding:10px 0px 20px 0px;
}

#content form label {
	position:relative;
	float:left;
	width:520px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px 15px 0px 15px;
	padding:10px 0px 10px 0px;
	
}

#content form input {
	position:absolute;
	left:100px;
	width:80%;
}

#content form textarea {
	position:absolute;
	left:100px;
	width:80%;
	height:100px;
}

#content form input.button {
	position:relative;
	float:left;
	width:15%;
	margin:100px 0px 0px 15px;
}
