@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #484848;
	text-align: center;
}

h2 {
	color: #666666;
}

/*LAYOUT*/

#wrapper {
	width: 990px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0;
	text-align: left;
	border: 1 px dotted #000;
}

#header {
	height: 263px;
	width: 914px;
	background: url(../images/title_rule.png) center no-repeat;
	margin: 0 auto;
}

#menu {
	width: 293px;
	margin-left: 184px;
}

#content {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#left {
	width: 512px;
	float: left;
}

#right {
	width: 325px;
	float: left;
	margin-left: 53px;
}

#footer {
	height: 36px;
	width: 914px;
	text-align: center;
	font-size: 10px;
	background: url(../images/btm_rule.png) center no-repeat;
	clear: both;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

/*NAVIGATION*/

#nav {
	background: url(../images/nav.png) no-repeat;
	width:369px;
	height:57px;
	position: relative;
	margin: 0;
}

#nav li, #nav a {
	height: 57px;
	display: block;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#btn1 { left: 0; height: 57px; width: 143px; }

#btn2 { left: 143px; height: 57px; width: 106px; }

#btn3 { left: 249px; height: 57px; width: 120px; }

#btn1 a:hover { background: transparent url(../images/nav.png) 0 -57px no-repeat; }

#btn2 a:hover { background: transparent url(../images/nav.png) -143px -57px no-repeat; }

#btn3 a:hover { background: transparent url(../images/nav.png) -249px -57px no-repeat; }

/*LEFT COL STYLES*/

.thumb {
	border: 10px solid #ececec;
	margin-top: 10px;
}


.thumb a {
	-moz-opacity: 1.00;
	opacity: 1.00;
}

#left a:hover {
	-moz-opacity: .60;
	opacity: .60;
}

#form {
	margin-top: 10px;
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 5px;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 5px;
}

/*TWITTER BADGE*/

#twitter_div {
	font-size: 24px;
	margin-top:10px;
}

#twitter_update_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
 
#twitter_update_list ul li {
	color: #484848;
}
 
#twitter_div li a {
	text-decoration: none;
	color: #CCCCCC;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	background-color: #eeff33;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}


/*RIGHT COL STYLES*/

#right p {
	line-height: 20px;
}

.folioinfo {
	margin-top: 31px;
}

.about {
	margin-top: 31px;
}

#infos {
	height: 200px;
	margin-top: 10px;
}

#right h3 {
	padding-bottom: 5px;
}

#right a {
	color: #484848;
	text-decoration: underline;
}

#right a:hover {
	color: #484848;
	background-color: #eeff33;
}

#right a:visited {
	color: #484848;
}

/*HEAD & FOOT*/

#footer p {
	color: #484848;
	text-align: left;
	padding-top: 15px;
	margin-left: 5px;
}



#header img {
	border: none;
}