/* CSS Document */

body{
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../design/sky_background.jpg)
}

.navigation{
	background-color:#453c37;
	font-size: 16px;
	line-height: 36px;
	color: #FFFFFF;
}

.navigation a{
	background-color:#453c37;
	font-size: 16px;
	line-height: 36px;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation a:hover{
	background-color:#453c37;
	font-size: 16px;
	line-height: 36px;
	color: #5980bb;
	text-decoration: none;
}

.left_nav{
	background-color:#453c37;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
.left_nav a{
	background-color:#453c37;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
}
.left_nav a:hover{
	background-color:#453c37;
	font-size: 12px;
	color: #5980bb;
	line-height: 20px;
	text-decoration: none;
}

.left_nav_title{
background-color:#453c37;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.left_nav_subtitle{
background-color:#453c37;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
}

.small1{
	font-size: 10px;
	font-weight: bold;
}
.small2{
	font-size: 10px;
	text-align: center;
}
.content{
	background-color:#FFFCD7;
	color: #453c37;
}

.content h1{
	font-size: 14px;
	color: #453c37;
	margin: 0px;
	padding: 4px;
}

.footer{
	background-color:#453c37;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}

.footer a{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.footer a:hover{
	color: #5980bb;
	font-size: 12px;
	text-decoration: none;
}

.portfolio td{
	text-align: center;
}

.text {
	font-size: 12px;
}

.line{
background-color:#453c37;
}

.link {
	
	color: #0066FF;
	text-decoration: none;
}