﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #660000 url('../pr_images/pr_background.gif') no-repeat top center;
	line-height: 22px;
	color: #FEF1DA;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 18px;
	font-family: Americana, Optima, Palatino, Georgia;
	margin-bottom: 10em
}

a:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline
}

a:link {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline
}

a:hover {
	background-color: #280000;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none
}

a:active {
	background-color: #E3BD63;
	font-size: 12px;
	color: #795339;
	text-decoration: none
}

h1.portfolio {
	width: 800px;
	height: 900px;
	text-indent: -2000em;
	font-size: 16px;
	background: url('../wildhorse_images/transparent-background.jpg') top right no-repeat
}

ul{
	list-style-position:outside;
	font-size: 12px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 2em;
	display: block;
}

#frame {
	text-align: left;
	/* margin-top: 72px; */
	width: 800px;
	height: 900px;
	margin: 72px auto 0 auto;
	background: url('../pr_images/pr_sidebar.jpg') top right no-repeat
	/* background: #5F3B6B url('../wildhorse_images/frame-bg.jpg') top left repeat-y */
}

#content {
	width: 522px;
	margin-top: 55px;
	/* background: url('../wildhorse_images/content-bg.jpg') top left no-repeat */
}

#left-content {
	display: inline;
	float: left;
	width: 522px;
	margin-top: 110px;
}

#twitter_update_list{
	/* list-style-type: ; */
	list-style-position:outside;
	font-size: 12px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 2em;
	display: block;
}


