/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
http://www.melissajordan.co.uk/test* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: courier new, courier, times, Georgia, Helvetica, Arial, sans-serif ;
	background: #fff;
	line-height:18px;
	letter-spacing:0.02em;
	margin:0px;
	padding:0px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#12af79; font-weight:bold;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

h1 a {
color:#ff0000;
width:250px;
height:50px;
outline-style:none;
text-indent:-9999px;
overflow:hidden;
margin:0 0 60px;
}

h1 {
overflow:hidden;
width:250px;
height:50px;
margin-top:0px;

}

h1#head p a {
width:250px;
height:50px;
color:#ff0000;
text-indent:-9999px;
overflow:hidden;
background-image:url(images/melissajordan.jpg);
background-repeat:no-repeat;
background-position:top left;
display:block;
}
#head a:hover {
color:#333;
text-decoration:none;
}

h3 {
font-weight:normal;
margin:40px 0 10px 0;
}

.section-title-Sculpture {
background-image:url(images/sculptures.jpg);
}

.section-title-Collages, #Collages h3 {
background-image:url(images/collages.jpg);
}

.section-title-Information, #Information h3 {
background-image:url(images/information.jpg);
}

.section-title-Information, .section-title-Collages, .section-title-Sculpture {
width:250px;
height:50px;
color:#ff0000;
text-indent:-9999px;
overflow:hidden;
background-repeat:no-repeat;
background-position:top left;
display:block;
margin:20px 0 0;
}

a img { border: none; }

#menu {
    width: 260px;
    top: 0;
    bottom: 0;
	left: 0;
	float:left;
    height: 100%;
	background-color: #fff;
	padding:30px 0 20px 15px;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding:0;
}

#menu ul li.section-title {
font-size:14px;}

#menu ul li a{
font-size:12px;
height:30px;
display:inline-block;
padding:0;
margin:0;
width:200px;
outline:none;

}

#content {
    height: 100%;
    margin: 35px 0 0 285px;
    top: 0;
	padding: 30px 0 0 10px;
}

.container {
    padding:0;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 26px; line-height: 26px; margin-bottom: 20px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
