/* CSS Document */

/* global settings */

body {
	background-color: #f9ecc0;
	font-size:100%;
}

* {padding:0; margin:0;}

img {
	border-style:none;
}

/* divs */

#container {
	width:780px;
	text-align:center;
	margin:0 auto;
}
#nav {
	text-align:center;
	vertical-align:top;
	float:left;
	margin:20px auto;
	width:120px;
}
#main {
	width:640px;
	margin:20px auto 0 130px;
}
#feature {
	width:740px;
	margin:20px auto;
	text-align:center;
}

/* text classes */

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #000;
	text-align:left;
}

/* for links page*/

/*#linktable {margin:0 0 0 0;}*/
