/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    letter-spacing:0px;
    color: #000; 
    background: #ffffff;
    margin:0px;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link, a:active, a:visited, a:hover { 
    text-decoration:underline; 
    color: #000; 
    font-size:12px;
}

a img { border:none; background-color:transparent; }

#menu {
    width: 1000px;
    position: fixed;
}

#menu ul {
    background-color: #ffffff;
    font-weight:bold;
    font-size:14px;
    padding: 10px 0 4px 0;
    border-bottom: 1px dashed black;
}

#menu ul li {
    display: inline;
    position: relative;
    padding: 0 10px 0 0px;
    text-transform: uppercase;
}

#menu ul li a {
    text-decoration: none;
    font-size: 10px;
    font-style: italic;
    color: red;
    line-height: 9px;
    font-weight:normal;

}

#menu ul li a:hover {
    color: blue;
}

#menu ul li.section-title { }

#thumbcatchers {
    margin-left: 50px;
}

#thumbcatchers a img {
    border-bottom: 2px solid #ffffff;
}

#thumbcatchers a:hover img {
    border-bottom: 2px dashed blue;
}

#content {
    width: 1000px;
    margin: 0px 0 0 0px;
}

.container {
    padding: 0px 0px 0px 15px; 
}

.container2 {
    padding: 50px 0px 0px 15px;
}

#content p { width: 500px; margin: 0; padding: 5px; }
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ float: left; width: 500px; margin: 0; padding: 0; }
#img-container p { margin: 0; padding: 0; color:#000;}

img { border: 0px solid #444; }

#once { clear: left; }	
