
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

html {
	}

body {
background: url(/images/tbg1.jpg) repeat center top;
background-repeat: repeat-y
background-color: #4d4d4d;
 width: 900px;
  /* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
  margin-left: 0px;
  margin-right: auto;
	color: #4d4d4d;
	font: 15px/19px GARAMOND, "Times New Roman", Times, serif;
}



#header {
background: url(/images/top_bg.jpg) no-repeat left top;
	margin-left: 0px;
	margin-right: auto;
height:230px

}

#home,
{

	

	
	
}



#logo h1 a {
	width: 700px;
	height: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	right: 170px;
	text-indent: -1000px;
	overflow: hidden;
}



/* Overall text // */

p {
	color: #4d4d4d;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}



a:hover {
	color: #005679;
}

a:visited {
	color: #103951;
}

b, strong {
	color: #281c00;
	font-weight: bold;
}

i, em {
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

blockquote p {
	
}

h1 {
	color: #281c00;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 a {
	color: #281c00;
	text-decoration: none;
}

h1 a:hover {
	color: #7f0000;
	text-decoration: underline;
}

h1.category {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	float: right;
}




/* Left and right columns ///// */

#leftcol {
	width: 530px;
	float: left;
	display: inline;
	clear: left;
color: #FFFFFF;
}

#leftcol h3 {
	background: #ffffff;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	font-size: 19px;
	line-height: 19px;
	float: left;
	clear: left;
	width: 617px;
}

#leftcol h3 a {
	color: #000000;
	text-decoration: none;
}

#leftcol h3 a:hover {
	color: #ff5bc3;
}

.leftbox {
	float: left;
	display: inline;
	border: 1px solid #7ac8ff;
	border-top-style: none;
	padding: 22px 15px 15px;
	margin-bottom: 5px;
}


#leftcol h4 {
	color: #281c00;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 10px;
}

#leftcol h4 a {
	color: #281c00;
	text-decoration: none;
}

#leftcol h4 a:hover {
	color: #7f0000;
}

#leftcol h4 a .home_date {
	font-style: normal;
	font-size: 13px;
	color: #b6956b;
	padding-left: 12px;
	font-weight: normal;
}



.leftbox ul {
	list-style-type: none;
color: #00AEFF;

}

.leftbox li {
width: 590px;
border-top:5px dashed #7ac8ff;
padding:10px
}
.leftbox li a {
	color: #FFFFFF;
}


.leftbox li a:hover {
	background-color: #ff5bc3;
}

.leftbox li span.listheader {
	font-size: 17px;
	line-height: 17px;
	color: #281c00;
	font-weight: bold;
}

.leftbox li span.listdesc {
	color: #4d4d4d;
}

#rightcol {
	width: 250px;
	float: right;
	display: inline;
}

.rightbox {
	float: left;
	display: inline;
	
	border-top-style: none;
	padding: 22px 15px 15px;
	margin-bottom: 5px;
}



iframe {
	border: 5px solid #4d4d4d;
	margin-top: 20px;
}


/* Nav // */

#nav {
	width: 1100px;
	height: 20px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	position: relative;
	overflow: visible;
}

#nav ul {
	margin-left: 0px;
	float: left;
	display: inline;
}

#nav li {
	height: 27px;
	overflow: hidden;
	float: left;
}

#nav li a {
	line-height: 40px;
	text-indent: -500px;
	overflow: hidden;
	display: block;
	background-position: center top;
}

#nav li a:hover {
	line-height: 40px;
	background-position: center -28px;
	display: block;
	overflow: hidden;
}

#nav li a.current, #nav li a.current:hover {
	background-position: center -28px;
}

#nav_home {
	background-image: url(/images/home.gif);
	background-repeat: no-repeat;
	width: 110px;
}

#nav_media {
	background-image: url(/images/media.gif);
	background-repeat: no-repeat;
	width: 110px;
}

#nav_blog {
	background-image: url(/images/blog.gif);
	background-repeat: no-repeat;
	width: 110px;
}

#nav_about {
	background-image: url(/images/about.gif);
	background-repeat: no-repeat;
	width: 110px;
}

#nav_contact {
	background-image: url(/images//contact.gif);
	background-repeat: no-repeat;
	width: 360px;
}

#nav_projects {
	background-image: url(/images//projects.gif);
	background-repeat: no-repeat;
	width: 115px;
}

#nav_links {
	background-image: url(/images//links.gif);
	background-repeat: no-repeat;
	width: 110px;
}

