/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Times New Roman", Garamond, Palatino, Times, Perpetua, Georgia;
	background: #fff;
	color: #000; 
}

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

a:link { text-decoration: none;
color: #000;  }
a:active { text-decoration: none; 
color: #000; }
a:visited {  color: #000; text-decoration: none;  }
a:hover { text-decoration:line-through; color: #000; }

a img { border: none; }

#menu {
padding-left:173px;
padding-top:181px;
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 50;
    position: absolute;
    height: 100%;
	background-color: #FFF;
	background-image:url('http://www.interactivearchitecture.co.uk/logo.gif');
	background-repeat:no-repeat;
}

#menu ul {
	list-style: none;
	margin: 10px 0px 12px 0px;
}

#menu ul li.section-title {color: #FFD502;
text-transform: uppercase;
 }

#content {
    height: 100%;
    margin: 181px 0px 0px 384px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 0 0;
}

h1 { font-size: 32px; }

h1 a:link{
color: #FFD502;
} 

h2 { font-size: 13px; text-transform: uppercase; color: #FFD502; 
background:font-family: Garamond, Palatino, Times New Roman, Times, Perpetua,  Georgia;
font-weight: normal;
}

h3
{
text-align:center;
position:absolute;
left:30px;
top:185px;
font-size: 12px; color: #FFD502; 
background:font-family: Garamond, Palatino, Times New Roman, Times, Perpetua,  Georgia;
font-weight: normal;
}

h4 { font-size: 10px; color: #FFF;}
h4 a:link{
color: #FFF;
} 
h4 a:visited{ color: #FFF;}
h4 a:hover{ color: #FFF;}


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

#once { clear: left; }