* {
	margin: 0;
	padding: 0;
}	

body {
	background: url(../images/background.jpg) repeat fixed top;
	font-family: "Times New Roman", Times, serif;
}

#wrapper {
	padding: 25px 0 0 0;
	width: 1024px;
	text-align: center;
	margin: 0 auto;
}

.right_align {
	text-align: right;
}

/*---------- Header and Nav -----------*/

#header {
	background: url(../images/header.jpg);
	text-align: right;
	width: 1024px;
	height: 100px;
	margin-top: 15px;
}

#header h1 {
	display: none;
}

#header ul{
	list-style: none;
	padding: 30px 125px 0 0;
	margin: 0px;
}

#header li {
	padding: 0 40px 0 0;
	display: inline;
	font-size: 14px;
}

#header a:link, #header a:visited {
	color: #262525;
	text-decoration: none;
}

#header a:hover, #header a:active {
	color: #ffff33;
	background-color:#000000;
	text-decoration: none;		
}	


/*---------- Content -----------*/

#content {
	background: url(../images/body_repeat.jpg) repeat-y top center;
	width: 1024px;
	color: #262425;
	text-align: left;
}

#content h2 {
	font-size: 14px;
	border-bottom: 1px solid #262425;
}

#left {
	margin: 15px 15px;
	width: 324px;
	color: #262425;
	float: left;
}

#right {
	font-size: 10px;
	width: 600px;
	float: left;
	margin: 15px 15px;
}

#recentWork {
	margin-bottom: 5px;
}

#empty {
	clear: both;
}

/*---------- Home -----------*/

#welcome h2 {
	margin: 0;
}

#welcome p {
	font-size: 11px;
	margin: 5px 0 5px 0;
}

#recentWork h2 {
	text-align: center;
}

#recentWork p {
	text-align: left;
	font-size: 10px;
	padding: 5px 5px;
}

#recentWork img {
	text-align: center;
	border: none;
}

#recentWork a:link, #recentWork a:visited {
	color: #262425;
	text-decoration: none;
}

#recentWork a:hover, #recentWork a:active {
	color: #000000;
	background-color:#ffff33;
}

#links {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}

#links a:link, #links a:visited {
	color: #262425;
	text-decoration: none;
	padding-left: 10px;
}

#links a:hover, #links a:active {
	color: #ffff33;
	background-color:#000000;
	text-decoration: none;
	padding-left: 10px
}

#links p {
	margin: 0 5px 5px 10px;
}

#photoHighlight p {
	padding: 5px;
	text-align: center;
}

#recentBlog {
	text-align: center;
}

#recentBlog h3 {
	font-size: 14px;
	padding-left: 5px;
}

#recentBlog p {
	font-size: 10px;
	padding:  0 5px 5px 10px;
}

#recentBlog a:link, #recentBlog a:visited {
	color: #262425;
	text-decoration: none;
}

#recentBlog a:hover, #recentBlog a:active {
	color: #ffff33;
	background-color:#000000;
	text-decoration: none;
}	

/*---------- Work -----------*/

#work ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 5px 15px;
}

#work li {
	display: inline;
	margin: 0;
	padding: 0;
}

#work a:link, #work a:visited {
	text-decoration: none;
	color: #000000;
}

#work a:hover, #work a:active {
	color: #ffff33;
	border:thick;
	background-color:#ffff33;
	text-decoration: none;
}

#flashcontent {
	text-align: center;
}

/*---------- Contact -----------*/

#status {
	padding: 5px;
}

#contact dl {
	padding: 5px;
}

#content form dt {
	padding: 5px 0 5px 20px;
}

#content form dd {
	padding: 0 0 5px 20px;
}

#content input.button{
	margin: 5px 0 0 25px;
	padding: 5px;
	color: #57c5f2;
	background: #262425;
	border: 1px solid #262425;
}

/*---------- Blog -----------*/

#post a:link, #post a:visited {
	color: #262425;
	text-decoration: none;
}

#post a:hover, #post a:active {
	color: #57c5f2;
	text-decoration: underline;
}

#post .right_align {
	text-align: right;
}

/*---------- Footer -----------*/

#footer {
	width: 1024px;
	height: 27px;
	background: url(../images/footer.jpg) no-repeat bottom center;
}