/*::::::::::::::: General :::::::::::::::*/

body { 
	background: #E5E5E5; 
	margin: 0; 
	padding: 0; 
}

p { margin: 10px 0; }

b { color: #71B4C6; } 

i { color: #C60E4F; }

u { color: #686464; }

#quotes i {
	color: #7B7B7B; 
	font-style: italic; 
}



/*::::::::::::::: Links :::::::::::::::*/

a:link, a:visited {
	color: #C60E4F; 
	text-decoration: none; 
}

a:hover, a:active {
	color: #4899B0; 
	text-decoration: none; 
}

a.menu:link, a.menu:visited {
	background: #7B7B7B; 
	color: #EEE; 
}

a.menu:hover, a.menu:active {
	background: #6A6A6A; 
	color: #A3D2DF; 
	display: block; 
}

a.links:link, a.links:visited {
	color: #686464; 
	text-decoration: none; 
	font-weight: bold; 
}

a.links:hover, a.links:active {
	color: #C60E4F; 
	text-decoration: none; 
	font-weight: bold; 
}

a.network:link, a.network:visited { 
	color: #CCC; 
	text-transform: uppercase;
	font-weight: bold; 
}

a.network:hover, a.network:active {
	color: #A3D2DF; 
	font-weight: bold; 
}

a.border:link, a.border:visited {
	color: #FFFFFF; 
	font-weight: bold; 
	text-decoration: none; 
}

a.border:hover, a.border:active {
	color: #C60E4F; 
	text-decoration: none; 
}



/*::::::::::::::: Headers :::::::::::::::*/

h1 { 
	font: 25px Impact, Arial, sans-serif; 
	color: #CCCCCC; 
	text-align: right; 
	margin-bottom: -25px; 
	margin-top: 0; 
}

h2 {
	margin-bottom: 2px; 
	padding: 0; 
	font: bold 12px Verdana; 
	color: #7F7F7F; 
	text-align: right; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
}

h3 {
	margin: 15px 0 0 0; 
	padding: 0; 
	font: bold 11px Verdana; 
	color: #C60E4F; 
	text-align: right; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
}



/*::::::::::::::: Table :::::::::::::::*/

table#layout {
	background: url('bkgd.jpg') repeat-y;
	width: 538px;
	min-height: 12px; 
}

td {
	vertical-align: top; 
	font: 10px Verdana; 
	color: #999999; 
}

td#one {
	background: url(001.jpg) no-repeat; 
	width: 156px; 
	height: 127px; 
}

td#two {
	background: url(002.jpg) no-repeat; 
	width: 382px; 
	height: 127px; 
}

td#three {
	background: url(003.jpg) no-repeat; 
	width: 156px; 
	height: 103px; 
}

td#four {
	background: url(004.jpg) no-repeat; 
	width: 382px; 
	height: 103px; 
}

td#five {
	background: url(005.jpg) no-repeat; 
	width: 142px; 
	padding: 0 0 0 14px; 
}

td#six { 
	margin: 0; 
	padding: 0; 
	font: 10px Verdana; 
	color: #A3A3A3; 
	text-align: justify; 
	line-height: 13px; 
}

td#seven {
	width: 156px; 
	height: 22px; 
}

td#eight {
	background: #E5E5E5 url(008.jpg) no-repeat; 
	width: 382px; 
	height: 60px; 
}



/*::::::::::::::: Div Layers :::::::::::::::*/

div.menu {
	margin: 1px 0 1px 15px; 
	padding: 1px; 
	width: 100px; 
	background: #7B7B7B; 
	font: 8px Verdana; 
	color: #EEEEEE; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
}

div.links {
	margin: 0; 
	padding: 0 18px 0 0; 
	width: 124px; 
	background: #BDBDBD url(005_bg.jpg) no-repeat; 
	font: 10px Verdana bold; 
	color: #7F7F7F; 
	text-align: right; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	line-height: 15px; 
}

div.blog {
	margin: 0; 
	padding: 0 18px 0 21px; 
	width: 343px; 
	font: 10px Verdana; 
	color: #A3A3A3; 
	text-align: justify; 
	line-height: 13px; 
}

div.seven {
	background: url(007.jpg) no-repeat; 
	width: 142px; 
	height: 22px; 
	padding: 25px 0 0 0; 
	text-align: center; 
	font-size: 9px; 
	line-height: 17px; 
}

div#commenttop {
	margin: 0 0 2px 0; 
	padding: 0; 
	font: 10px Verdana; 
	color: #1F254A; 
	text-align: right; 
	letter-spacing: 1px; 
}

div#commentbox {
	margin: 0 0 10px 0; 
	padding: 0; 
	font: 10px Verdana; 
	color: #A3A3A3; 
	text-align: justify; 
	line-height: 13px; 
}

div#border {
	position: fixed;
	bottom: 0; 
	background: #9C9C9C; 
	width: 100%; 
	margin: 10px 0 0 0; 
	padding: 5px 0; 
	font: 10px Verdana; 
	color: #E5E5E5; 
}



/*::::::::::::::: Misc :::::::::::::::*/

ol {
	list-style-type: decimal; 
	padding-left: 25px; 
	line-height: 14px; 
	margin: 0; 
}

ul {
	list-style-type: square; 
	padding-left: 20px; 
	line-height: 14px; 
	margin: 0; 
}

.button {
	margin: 0px 2px; 
	padding: 5px; 
	background: #E5E5E5; 
}

input, textarea, select {
	background: #E5E5E5; 
	margin: 0; 
	padding: 1px; 
	font: 10px Verdana; 
	color: #7A7A7A; 
	border: 1px solid #7A7A7A; 
}