/* CSS Document
   Template Title: Uncomplicated
   Author: J David Macor
   URL: http://www.jdavidmacor.com */

/* Main Body */
body {
	font-family: Lucida Bright, sans-serif;
	font-size: 11px;
	background: #f3f3f3;
	}
	
#container {
	width: 90%;
	padding: 30px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 auto;
	}
	
/* Header */
#header {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-family: Edwardian Script ITC,Geneva, Arial, Helvetica, sans-serif;
	font-size: 48px;
	letter-spacing: 0.4em;
	text-align: center;
	}

/* Navigation */
#tabnav	{
	height: 50px;
	margin: 0;
	padding-left: 0px;
	background: url(../Images/tab_bottom.jpg) repeat-x bottom;

	}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	width: 100px;

	}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	font-size: 25px;
	vertical-align: middle;
	line-height: 50px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 40px;
	border: 0px solid #ccc;
	text-decoration: none;
	color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 0px solid #fff;
	color: #000;
	}

#tabnav a:hover	{
	background: #DCDCDC;
	}
	
/* Main Content */
#content {
	width: 100%;
	}

#content h1 {
	font-size: 20px;
	}
	
#content ol {
	font-size: 16px;
	}
	
#content a, a:visited {
	color: black;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #000000;
	}


/* Sidebar */
#sidebar {
	width: 190px;
	float: right;
	clear: none;
	margin-top: 15px;
	}
	
#sidebar h3 {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	}
	
#sidebar ul {
	font-size: 12px;
	}
	
#sidebar a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #000000;
	}
	
/* footer */
#footer {
	color: #666;
	text-align: center;
	border-top: 1px solid #ccc;
	size: 11px;
	margin-top: 30px;
	margin-bottom: 0;
	}
	
#footer a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #000000;
	}


.box-bg {
	width: 280px;
	height: 180px;
}

.box-bg img {
	width: 280px;
	height: 180px;
}

.box-blank{
	width: 60px;

}
.box-text {
	width: 280px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
}



