/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	text-align: center;
	background-image: url(images/bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
}

a:link, a:visited, a:hover {
}

a:hover {
}

h1, h2, h3, h4, h5, h6 {
}

h1{
}

h2{
}

h3{
}

h4{
}

h5{
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header {
	padding: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#menu {
	width: 100px;
	margin-left: 20px;
	float: left;
	display: inline;
	text-align: left;
	padding-left: 20px;
	margin-top: 50px;
}

#content {
	margin-right: 20px;
	float: right;
	width: 610px;
	text-align: center;
}

#nav {
	float: right;
	width: 150px;
	text-align: right;
}

#description {
	float: left;
	width: 400px;
	text-align: left;
}
