/* Claggett Wilson Website 10-22-07 */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6289ff;
	text-decoration: none;
	outline: 0;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6289ff;
	text-decoration: none;
	outline: 0;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6289ff;
	text-decoration: none;
	outline: 0;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bd1914;
	text-decoration: underline;
	outline: 0;
}

a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6289ff;
	outline: 0;
}

#container {
	width: 950px;
	text-indent: 0;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	position: relative;
	width: 950px;
	height: 50px;
}

#header img {
	padding-top: 10px;
}

/* ------ left-side content ---- */

#left {
	position: relative;
	float: left;
	width: 575px;
	height: 570px;
	z-index: 1;
}


.linklist {
position: relative;
margin-bottom: 15px;
font-size: 11px;
color: #666666;
padding: 3px;
border-width: 0px 0px 1px 0px;
border-color: #333333;
border-style: solid;
}

/* box where images are displayed */
#imageDisplay {
	position: relative;
	width: 550px;
	height: 500px;
}

#imageDisplay a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6289ff;
	text-decoration: none;
	outline: 0;
}

#imageDisplay a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6289ff;
	text-decoration: none;
	outline: 0;
}

#imageDisplay a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6289ff;
	text-decoration: none;
	outline: 0;
}

#imageDisplay a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bd1914;
	text-decoration: underline;
	outline: 0;
}

#imageDisplay a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6289ff;
	outline: 0;
}


/* text that displays under each image */
.imageText {
	font-family: verdana;
	font-size: 11px;
	color: #999;
	letter-spacing: 1px;
	padding-top: 10px;
}

/* ------ right-side content ---- */
#right {
	float: right;
	clear: none;
	width: 365px;
	height: 570px;
	position: relative;
	overflow: auto;
	background-image: url('img/claggettsig_small.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#thumbnailbox {
	float: right;
	width: 365px;
}


.thumbtitle {
	position: relative;
	margin-bottom: 5px;
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bd1914;
	text-align: left;
}
.row {
	clear: both;
	height: 27px;
	width: 365px;
}

.row2item {
	float:left;
	border: 1px solid black; 
	margin-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #ffffff;
	width:20px;
}

.row a.ibdr {
	float:left;
	border: 1px solid black; 
	margin-left: 4px;
	outline: 0;
}
.row a.ibdr:hover { border: 1px solid red; }
.row a.ibdr:active { border: 1px solid red;outline: 0;}
.row img{border:0;width:20px;height:24px;} 

.link {
color: #999;
}

.link a, a:link, a:visited {
font-size: 11px;
}


/* ---------------  FOOTER ---------- */
#footer {
	position: relative;
	clear: both;
	width: 950px;
	height: 18px;
	background-color: #333;
	margin-top: 10px;
	padding: 2px;
	letter-spacing: 1px;
	color: #666666;
}

#footer a {
	font-family: Papyrus, arial;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#footer a:link {
	font-family: Papyrus, arial;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#footer a:visited {
	font-family: Papyrus, arial;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	font-family: Papyrus, arial;
	font-size: 11px;
	font-weight: bold;
	color: #bd1914;
	text-decoration: none;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
} 