/* @override 
	http://www.andrewcowen.com.au/wip/ndxz-studio/site/vatican/style.css
	http://localhost:8888/cowen/ndxz-studio/site/vatican/style.css
	http://www.andrewcowen.com.au/ndxz-studio/site/vatican/style.css
*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #999999;
	font: 11px/13px Times, serif;
}

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

a:link { text-decoration: none; color: #999;}
a:active { text-decoration: none; color: #999; font-weight: bold;}
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: none; color: #999; font-weight: bold;}

a img { border: none; }

#menu {
	width: 190px;
	padding: 20px 0 0 0;
}

#menu ul {
	padding: 0 0 13px 0;
	font-style: italic;
	list-style: none;
}

#menu ul li { 
	font-style: italic;
	list-style: none;
}

#img-container p.nav {
	width: auto;
	text-align: right;
}

#menu ul li a:active { 
	color: #000;
}

#menu ul li:hover { 
	font-style: italic;
	list-style: none;
	font-weight: bold;
}

#menu ul li.active {
	color: #000000;
	font-style: italic;
	list-style: none;
	font-weight: bold;
}


#content {
	margin: 25px 0 0 0;
	width: 625px;
	height: 500px;
	float: right;
}

img.img-bot {
	height: 500px;
}

#content p { 
}

p {
    margin: 0 0 9px 0;
}

#img-container	{ 
	margin: 0; 
	padding: 0; 
}

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

#once { 
	clear: left;
}

#page_holder {
	width: 815px;
	margin: 0px auto 0 auto;
}

p#caption_holder {
	font-style: italic;
	position: relative;
	top: 15px;
	padding: 5px;
	float: left;
	background: #ffffff;
}

#logo {
	border-bottom: 1px solid #ccc;
	width: 190px;
	height: 550px;
	padding: 0 0 25px 0;
	background: url(../img/logo.png) no-repeat left 542px;
}

#left_box {
	float: left;
	width: 190px;
}

#project_data {
	text-align: justify;
	position: absolute;
	width: 625px;
	top: 575px;
	padding: 17px 0 50px 0;
	border-top: 1px solid #ccc;
}

#contactpage {
	height: 500px;
	background: #eee;
}

#nav {
	position: relative;
	top: 515px;
	width: auto;
	padding: 5px;
	text-align: right;
	font-style: italic;
}

#nav a:link { color: #999999; font-weight: normal; text-decoration: underline; }
#nav a:hover { color: #000000; font-weight: normal; text-decoration: underline; }