/* MAIN STRUCTURE */

body {
	font-family: verdana,arial,helvetica,sans-serif;
	background-image: url(images/tile.gif); background-position: center;
	background-color: #666666;	
	padding: 0px;
	font-size:11px;
	color: #FFFFFF;
	width: 780px;
	height: 100%;
	margin: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container {
	background-color:#678EDD;
	color:#666666;
	margin: 0px;
	padding: 0px;
	width:780px;
	height: 100%;
	border-top: 1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;	
	text-align: left;
	position:relative;
}

#header {
	background: no-repeat center url(images/header.gif);
	height: 114px;
	width: 780px;
	margin:0px;
	padding:0px;
	right:auto;
	left:auto;
}

#footer {
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	height:32px;
	width:780px;
	clear:both;
}

/* NAVIGATION */

#navcontainer {
	float:right;	
	background-repeat:repeat-x;
	width:497px;
	margin-top:-40px;
	padding-top:0px;
}

#navlist {
	margin: 0;
	padding: 0 0 5px 8px;
}

#navlist ul, li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a {
	float:left;
	padding:20px 0px 0px 0px;
	overflow:hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Windows only */
}

#navlist a:active, #navlist a:selected {
	background-position: 0 -40px; 
}

#navlist a:hover { 
	background-position: 0 -20px;
}

#thome a  {
	width: 63px;
	background: url(images/nav_01.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#thome a:hover {
	width: 63px;
	background: url(images/nav_01on.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#thome a.selected {
	width: 63px;
	background: url(images/nav_01selected.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#tphotos a {
	width: 57px;
	background: url(images/nav_02.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#tphotos a:hover {
	width: 57px;
	background: url(images/nav_02on.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#tphotos a.selected { 
	width: 57px;
	background: url(images/nav_02selected.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#tillustrations a {
	width: 84px;
	background: url(images/nav_03.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#tillustrations a:hover {
	width: 84px;
	background: url(images/nav_03on.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#tillustrations a.selected {
	width: 84px;
	background: url(images/nav_03selected.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#twriting a {
	width: 60px;
	background: url(images/nav_writing.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#twriting a:hover {
	width: 60px;
	background: url(images/nav_writingon.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#twriting a.selected {
	width: 60px;
	background: url(images/nav_writingselected.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#tlogos a {
	width: 51px;
	background: url(images/nav_04.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#tlogos a:hover {
	width: 51px;
	background: url(images/nav_04on.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#tlogos a.selected {
	width: 51px;
	background: url(images/nav_04selected.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#twebsites a {
	width: 73px;
	background: url(images/nav_05.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#twebsites a:hover {
	width: 73px;
	background: url(images/nav_05on.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#twebsites a.selected {
	width: 73px;
	background: url(images/nav_05selected.gif) top left no-repeat;
	border-right:2px solid #6699FF;
}

#tblog a {
	width: 55px;
	background: url(images/nav_06.gif) top left no-repeat;
}

#tblog a:hover {
	width: 55px;
	background: url(images/nav_06on.gif) top left no-repeat;
}

#tblog a.selected {
	width: 55px;
	background: url(images/nav_06selected.gif) top left no-repeat;
}

/* CONTENT AREA */

#content {
	background-color:#FFFFFF;
	color:#666666;
}

#content h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:20px 10px 0px 20px;
	padding:0px 20px 0px 0px;
	display:block;
}

#content h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:20px 10px 0px 20px;
	padding:0px 20px 0px 0px;
	display:block;
}

#content h1.news {
	background:transparent url(images/news_head.gif) no-repeat;
	width:134px;
	height:19px;
	margin:0 0 10px 8px;
	padding:0 0 0 0;
	display:block;
}

/* MAIN PAGE */

#left {
	background: no-repeat left url(images/index_02.jpg);
	height: 486px;
	width: 291px;
	margin:0px;
	padding:0px;
	float:left;
}

#right {	
	width:448px;
	margin:0;
	padding:0;
	float:left;
	background-color:#FFFFFF;
	color:#666666;
}

#rightbg {
	background: no-repeat right url(images/index_04.jpg);
	height:486px;
	width:41px;
	padding:0px;
	float:right;
}

#findme {
	float:left;
	width:150px;
}

#contactme {
	float:right;
	width:250px;
}

/* OTHER ELEMENTS */

p {
	line-height:150%;
	padding:0 0 0 0;
	margin:15px 10px 0px 20px;
}

img {
	border:0;
}

.centered {
	text-align:center;
}

a:link {
	color: #5779af;
    font-weight: bold;  
    text-decoration: none;
	background-color:#FFFFFF;
}

a:visited {
	color: #5779af;
    font-weight: bold;
    text-decoration: none;
 	background-color:#FFFFFF;
}

a:active {
	color: #648bc9;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFFFF;
}

a:hover {
	color:#648bc9;
    font-weight: bold;
    text-decoration: underline overline;
	background-color:#FFFFFF;}

textarea {
    background-color: #EEEEEE;
    border-right: 1px solid;
    border-left: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	color: #000000;
}

select {
    background-color: #EEEEEE;
    border-right: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	color: #000000;
}

input { 
	background-color: #EEEEEE;
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	color: #000000;
} 
	  
option { 
	background-color: #EEEEEE;
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	color: #000000;
} 