
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

table {
	table-layout: fixed;
}

div#main {
/*	width: 830px;*/
	width: 760px;
	margin: 0px auto;
}

td {
	vertical-align: top;
}

#col1 {
	border-right: 1px solid #627B58;
	 
	padding: 12px;
}

#col2 {
	padding: 12px;
	
}

#sidebar {
	width: 132px;
	
}

#sidebar p {
	font-size: 90%;
	margin: 4px 1px;
	text-align: center;
}

#nav {
	padding: 5px 10px;
	text-transform: uppercase;
	text-align: center;
	

	color: #627B58;
}

#nav a {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color: #000;
}

#nav a:hover {
	color: #627B58;
}

#nav span {
	font-size: 18px;
	font-weight: bold;
	margin: 0 5px;
}


#title {
	height: 61px;
	background-image: url(../img/titlebar.gif);
	background-repeat: repeat-x;
	font-size: 37px;
	font-style: italic;
	padding-top: 10px;
	color: #627B58;
	padding-left: 50px;
}

#title #funkyline {
	position: relative;
	top: -5px;
	margin: 0px 10px;
}

#content {
	height: 400px;
}

#content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	
	margin: 10px 0;
}

#content p.large {
	font-family: Georgia, Times, serif;
	color: #627B58;
	font-size: 15px;
	line-height: 21px;
	font-style: italic;
}


/*#imdesign {
	width: 59px;
	height: 15px;
	margin: 10px auto;
}*/

#imdesign a {
	position: relative;
	top: -10px;
	display: block;
	width: 59px;
	height: 15px;
	margin: 10px auto;
	background-image: url(../img/im-design.gif);
	background-repeat: no-repeat;
}

#imdesign a:hover {
	width: 59px;
	height: 15px;
	margin: 10px auto;
	background: transparent url(../img/im-design.gif) -59px 0px no-repeat;
}

span.imgborder {
	overflow: auto;
	border: 1px solid #627B58;
	padding: 3px;
}

span.imgborder img {
	display: inline;
	border: 1px solid #DAD3BC;
	padding: 3px;
}


.line {
	width: 75%;
	color: #C0D9BF;
	height: 1px;
}

.green {
	color: #627B58;
}

.botpad {
	margin-bottom: 20px;
}

.toppad {
	margin-top: 20px;
}
