/* @override http://www.marythompson.co.uk/ndxz-studio/site/mary/style.css */

/* @override 
	http://www.peterroot.com/marythompson/ndxz-studio/site/mary/style.css
	http://www.marythompson.co.uk/ndxz-studio/site/mary/style.css
	http://marythompson.co.uk/ndxz-studio/site/mary/style.css
*/

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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #000000;
	color: #fff;
	
}

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

a:link { 
text-decoration: none; 
color: #fff; 
font-style: normal;
}
a:active { 
text-decoration: none; 
color: #fc7817; 
font-style: normal;
}
a:visited { 
text-decoration: none; 
color: #fff; 
}
a:hover { 
color: #fbf21f; 
font-style: normal; 
}

a img { 
border: none; 
width: 182px;
height: 50px;
margin-left: -1px;
}

#menu {
    width: 191px;
    overflow: auto;
    top: 70px;
    bottom: 0;
	left: 70px;
    position: fixed;
    height: 100%;
	background-color: transparent;
}


#menu ul {
	background-color: #323232;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 3px;
	padding: 10px;
	color: #323232;
}

#menu ul li.active a:link, #menu ul li.active a:visited { 
	color: #00ccff;
}

#menu ul li.section-title {
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	margin-bottom: 7px;
}

#content {
    height: 100%;
    width: 600px;
    margin-left: 300px;
    margin-top: 75px;
    top: 0;
}

.container {
    padding: 5px 5px 5px 5px;
    width: 181px;
}

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

p {
    margin: 0 0 6px 0;
}

h1 { 
	font-size: 12px;
	font-weight: lighter;
	color: #fff;
}
h2 { 
	font-size: 16px;
	color: #fff;
}
h3 { 
	font-size: 18px; 
}
h4 { 
	font-size: 20px; 
}

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

#img-container p { 
width: 600px;  
font-size: 10px;
padding-bottom: 10px;
}

#once { clear: left; }