/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin-top: 0 auto;
	padding: 0;
	background-image:url(http://www.locksmithprojectspace.com/img/wall2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body {
	font-size: 12px;
	line-height: 20px;
	font-family: Times New Roman;
	top: 0;
    bottom: 0;
	left: 0;
}

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

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

a img { border: none; }

#menu {
    min-width: 340px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title { }

#content {
	margin-left: 315px;
	margin-top: -715px;
	height: 100%;
}

html>/**/body #content {
	margin-top: 17px;
	margin-left: 315px;
}

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

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

p {
    margin: 0 0 9px 0;
	background-image: none;
}

h1 { font-size: 32px; 
	line-height: 23px;}
h2 { font-size: 22px; 
	line-height: 23px;}
h3 { font-size: 16px; 
	line-height: 23px;}
h4 { font-size: 12px; 
	line-height: 23px;}

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

#once { clear: left; }