/* CSS File version 0.1a for http://indigobox.net */

/* Site design by Cj. Evans // http://indigobox.net */
/* CSS design by Cj. Evans // http://indigobox.net */
/* Content Copyright © 2008 Cj. Evans unless stated. All rights reserved. */

/* basic elements */
/* below are the main html elements */

* {
	margin: 0px auto;
	padding-top: 0px;
}
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%; /* needed for container min-height */
}
body {
	background-color: #fefefe;
	font-size: 10px;
	position: relative;
	font-family: "Trebuchet MS", sans-serif;
	color: #999999;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover, a:active {
	text-decoration: underline;
	color: #666666;
}
/* specific elements */
/* below are the elements for the basic layout of this site */

#container {
	margin: 0px auto; /* center, not in IE5 */
	width: 785px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	position: relative; /* needed for footer positioning*/
	float: left;
	background: url(../imgs/bckg/background.jpg);
}
/* column elements */
/* below are the elements for the columns */
#columnBox {
	width:785px;
	padding-left: 80px;
	padding-top: 20px;
	float: left;
}
/* top section elements */
/* below are the elements contained within the top section */
/* where the menu and logo is contained */

#boxTopText {
	width: 500px;
	padding-top: 25px;
	padding-left: 120px;
	float: left;
}
#boxLogo {
	width: 170px;
	height: 110px;
	padding-right: 25px;
	padding-top: 10px;
	float: right;
}
#imgLogo {
	width: 150px;
	height: 100px;
	background: url(../imgs/imgLogo.jpg);
	background-repeat: no-repeat;
}
#boxTopMenu {
	width: 520px;
	padding-top: 20px;
	padding-left: 57px;
	float: left;
}
#boxMenuNav {
	width: 452px;
	padding-top: 3px;
	padding-left: 30px;
	float: left;
}