/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	font-size: 1em;
	line-height: 150%;
	margin-left: 0px;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
}
.source {
	font-size: 0.9em;
	font-style: italic;
}
p a {
	text-decoration: none;
}
h1 {
	font-size: 1.1em;
	text-align: left;
	line-height: 1.3em;
	margin-left: 0px;
	overflow: hidden;
	color: #5D6F94;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A9BCE6;
	border-bottom-color: #A9BCE6;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
h2 {
	font-size: 1em;
	text-align: center;
	line-height: 1.5em;
	overflow: hidden;
	color: #93835D;
	padding: 5px 0 5px 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A9BCE6;
	border-bottom-color: #A9BCE6;
}
h3 {
	font-size: 1.1em;
}

a:link {
	color: #0066C6;
	text-decoration: none;
}
a:visited {
	color: #B78F5C;
	text-decoration: none;
}
a:hover {
	color: #C48CCD;
}
a:active {
	color: #FFFFCC;
}

/* PHOTOS */

.photo {
	padding: 0px;
	border: 0px;
}
.photo_caption {
	text-align: center;
	width: 400px;
	margin-top: 5px;
	font-size: 0.8em;
	color: #666666;
}
.photo_left {
	float: left;
	margin: 15px;
	border: 0px;
}
.photo_right {
	float: right;
	margin: 15px;
	border: 1px solid #A9BCE6;
	padding: 2px;
}
.photo_center {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	border: 0px;
}
.script_head {
	font-weight: bold;
	font-size: .9em;
}
.script {
	font-style: italic;
	line-height: 125%;
	padding-top: 5px;
	font-size: .9em;
}
#sitewrap {
	margin: 0 auto;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}
#wrapper {
	width: 700px;
	background-color: #FFFFFF;
	background-image: url(images/left_background.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 150px;
}
#header {
	color: #333;
	width: 700px;
	float: left;
	padding: 0px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#leftcolumn {
	color: #333;
	width: 158px;
	float: left;
	background-color: #FFFFFF;
}
#navbar {
	color: #333;
	height: 460px;
	float: left;
	text-align: center;
	padding: 5px;
}
#leftcolumn #navbar li {
	height: 44px;
	width: 150px;
	list-style-type: none;
}
#leftcolumn #navbar li a {
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	text-decoration: none;
	height: 28px;
	font-size: 1em;
	line-height: 100%;
	padding-top: 13px;
	color: #4B789C;
}
#leftcolumn #navbar li a:hover {
	background-position: center -41px;
}
img {
	border: none;
}
#leftsidebar {
	width: 142px;
	float: left;
	padding: 8px;
	background-image: url(images/left_background.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
#body {
	float: right;
	color: #333;
	margin: 10px 0px 5px 0px;
	padding: 10px;
	width: 515px;
	display: inline;
}
#body ul {
	list-style-type: none;
	margin-bottom: 6px;
	padding-left: 0px;
	background-position: 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#body li {
	background-image: url(images/flower_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	list-style-type: none;
	margin-bottom: 12px;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	margin-left: 0px;
	font-size: 1em;
}
#footer {
	width: 527px;
	clear: both;
	float: none;
	color: #333;
	margin-top: 0px;
	margin-left: 173px;
	padding-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 20px;
	font-size: 0.8em;
	text-align: center;
}
.link_image {
	padding-top: 30px;
	padding-bottom: 30px;
	border: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto}
blockquote {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	color: #5D6F94;
	font-style: italic;
	font-size: .9em;
}
td {
	padding: 10px;
}

