/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {


/**
*This section defines the font and style for the menu on the left
*/

	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#0000FF
	background: #FFF;
	background-image:

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#0000FF; }
a:active { text-decoration: blink; }
a:visited { text-decoration: none; color:#0000FF; }
a:hover { text-decoration: underline; color:#0000FF; }

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 90%;
	color:#0000FF;
	background-image: http://www.robertnagy.dk/files/bg-gradient.png;
	background-repeat: repeat-y;
	
} 

#menu ul {
	list-style: none;
	margin: 12px 0 12px 0;
}

#menu ul li.section-title { }

#content {

/**
*This section defines the font and style for other text on the page
*/

	font-size: 12 px;
	font-weight: regular;
    height: 100%;

/**this margins sets the bstart point for the images*/
    margin: 0 0 0 200px;
    top: 0;
	color: #0000FF;


}

.container {
    padding: 15px 15px 15px 15px;
}
/**this changes the box that the text and images are going into */
#content p { width: 325px; margin: -500px; margin-left: -170px; margin-bottom: 9px; margin-top:600px;  }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 10px; margin-left: 20px; padding: 0; }
#img-container p	{ width: 1000px; margin: 20; padding: 0 0 12px 0; }

#once { clear: left; }
