/***********************************************/
/* 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 {
	width: 837px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

a:hover {
}

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

h1{
}

h2{
}

h3{
}

h4{
}

h5{
}
				

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

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

#menu {
	width: 100px;
	float: left;
	display: inline;
	text-align: left;
	margin-top: 10px;
	padding-left: 18px;
	margin-right: 10px;
}

#content {
	float: right;
	text-align: center;
	width: 550px;
}

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

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