@charset "utf-8";
body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat;
}

#container {
	font-size: 14px;
	color: #515151;
	padding: 0px;
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-container.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#logo-nav {
	float: left;
	width: 260px;
	height: 200px;
}

#leftColumn {
	float: left;
	width: 260px;
}
#leftColumn p {
	padding-left: 10px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* ---------------navigaton--------------- */
#navcontainer {
	margin-bottom: 10px;
	margin-top: 0px;
}
ul#navlist {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
ul#navlist li {
	margin-top: 0px;
	list-style-type: none;
	list-style-image: none;
	text-align: right;
	padding-top: 0px;
}
ul#navlist li a {
	text-decoration: none;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	line-height: .8em;
	text-align: right;
}
ul#navlist li a:link {
	color: #555555;
	margin-bottom: 1px;
}
ul#navlist li a:visited {
	color: #555555;
}
ul#navlist li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

ul#navlist li #current {
	border-bottom-style: none;
	color: #FFFFFF;
}
.noStyle {
}
.current {
border-bottom-style: none;
	color: #FFFFFF;
}
#media {
	margin-left: 10px;
	background-image: url(../images/distressed.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
}

#rightColumn {
	float: right;
	width: 500px;
	margin-bottom: 10px;
}
#rightColumn p {
	color: #515151;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#rightColumn a {
	color: #593B30;
	text-decoration: none;
}
#rightColumn a:hover {
	text-decoration: underline;
}


#footer {
	margin-top: 10px;
	clear: both;
	background-color: #515151;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-y;
	height: 30px;
}
#footer p {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
}
#footer  a {
	color: #999999;
	text-decoration: none;
}


/* ---------------typo--------------- */
h1 {
	font-size: 18px;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-left: 10px;
	margin-bottom: 0px;
}



p {
	margin: 0px;
	padding: 10px;
	line-height: 1.3em;
}
/* ---------------classes--------------- */


.logo {
	margin-top: 20px;
	margin-left: 20px;
}
.floatLeftBorder {
	padding: 1px;
	float: left;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRightBorder {
	padding: 1px;
	float: right;
	border: 1px solid #999999;
	margin-bottom: 2px;
	margin-left: 20px;
}
.floatRight {
	float: right;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noPadding {
	margin-top: 0px;
	padding-top: 0px;
}

.clear {
	font-size: 0px;
	clear: both;
}
.divider {
	background-image: url(../images/line.gif);
	height: 5px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.ulGigs  {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
.ulGigs li {
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 25%;
	padding-left: 20px;
	margin: 0px;
}
.myspace {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-left: 40px;
}
.distressedLeft {
	background-image: url(../images/distressed.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #554B37;
}
.eleven {
	font-size: 11px;
	margin-top: 10px;
	text-align: justify;
	padding-top: 0px;
}
.twelve {
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515151;
	margin-right: 10px;
	padding-bottom: 5px;
}
.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}
blockquote {
	margin: 0;
	font-style:italic;
	font-size: 12px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.none {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
