/* page formatting */

div {
	border-width:0px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}	

body {
	text-align:center;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none;}

/* links formatting */

#nav_links {
	height:30px;
	width:730px;
	background-color:#909090;
	margin-left:auto;
	margin-right:auto;
	font-weight:bolder;
	font-variant:small-caps;
	font-size:150%;
	color:#666666;
}

#nav_links a {
	color:#ffee91;
	text-decoration:none;
}

/* formatting for content */

#base
{
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:730px;
	background:url("/images/grey.png");
	padding-top:10px;
	padding-bottom:20px;
}

.leftcol {
	clear:none;
	background:url("/images/box_top.png");
	background-repeat:repeat-x;
	background-color:white;
	width:250px;

	float:left;
	position:relative;
	top:20px;
	left:15px;

	padding-top:40px;
}

.rightcol {
	clear:none;
	background:url("/images/box_top.png");
	background-repeat:repeat-x;
	background-color:white;
	width:380px;

	float:right;
	position:relative;
	right:15px;
	top:20px;

	padding-top:40px;
}

.fullcol {
	clear:both;
	background:url("/images/box_top.png");
	background-repeat:repeat-x;
	background-color:white;
	width:670px;

	position:relative;
	top:20px;
	left:15px;

	padding-top:40px;
}


.title {
	font-weight:bold;
	font-variant:small-caps;
	font-size:120%;
	color:orange;
	position:absolute;
	top:0px;
}

.buffer {
	clear:both;
	height:12px;
}
