/******************************
 * www.jessicaklingler.com
 * Copyright 2008 Jessica Klingler. All rights reserved.
 ******************************/

/**********
 * Global
 **********/
body {
	margin: 2em;
	
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 100%;
	color: #7E7B00;

	background-color: black;
	background-image:url(bg_img.gif);
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
}

a {
	color: #7E7B00;
}



.div {
	/* This is for debugging boxes */
	border: solid 1px red;
}


/**********
 * Header
 **********/

div#header {
	
}

div#header h1 {
	margin: 0em;

	font-family: "times new roman", serif;
	font-size: 3em;
}

div#header h2 {
	margin: 0em;
	
	font-family: "times new roman", serif;
	font-size: 2em;
	font-weight: normal;
}

/**********
 * Main
 **********/

div#main {
	
}


/**********
 * Menu
 **********/

div#menu {
	width: 10em;
	height: 10em;
	float: left;
}

div#menu ul.menu {
	
}

ul.menu {
	margin-top: 5em;
	padding-left: 0em;
	font-size: 1.4em;
}

ul.menu li {
	padding-top: .6em;
	list-style-type: none;
}

ul.menu li a {
	color: #7E7B00;
	text-decoration: none;
}

ul.menu li a:hover {
	color: #CCCC00;
	text-decoration: underline;
}


/**********
 * Content
 **********/

div#content {
	padding: 4em;
	float: left;
	height: 20em;
}

img.gallery {
	display: block;
	margin-bottom: 3em;
	height: 240px;
	width: 320px;
}


/**********
 * Footer
 **********/

div#footer {
	font-size: .8em;
	color: #2E2B00;
	width: 100%;
	clear: both;
}
