@charset "utf-8";
/*
---------------------------------------
Project: bendesmond.com
Copyright 2008: bendesmond.com
Creation date: 2 January 2008
---------------------------------------
*/

/* Page Setup */
body {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
	background: url(../images/bd-bg.jpg) #000000 no-repeat;
}
#container {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	text-align: left;
	border: #666666 solid 1px;
	background: url(../images/bd-container-bg.png) repeat-y;
}
#logo {
	width: 953px;
	margin-top: 5px;
	text-align: right;
}
#content {
	margin: 0px 20px 0px 20px;
}

#text {
	float: left;
	width: 470px;
}
#text p {
	color: #d2d2d2;
	font-size: 1.2em;
	margin: 0px 0px 15px 0px;
}
#text a {
	color: #2afc01;
	font-weight: bold;
	text-decoration: none;
}
#text a:visited {
	color: #2afc01;
	text-decoration: none;
}
#text a:hover {
	color: #2afc01;
	text-decoration: underline;
}

/* Right Column */
#rightcolumn {
	float: right;
	display: inline;
	width: 400px;
	color: #d2d2d2;
	font-size: 1em;
}
#rightcolumn h1 {
	color: #2afc01;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}
#rightcolumn a {
	color: #d2d2d2;
	font-weight: bold;
	text-decoration: none;
}
#rightcolumn a:visited {
	color: #d2d2d2;
	text-decoration: none;
}
#rightcolumn a:hover {
	color: #d2d2d2;
	text-decoration: none;
	background: #414141;
	border: #666666 solid 1px;
}
.site {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px hidden;
	border-bottom: #666666 solid 1px;
}
.site p {
	margin: 0px;
}
.site img {
	float: left;
	margin-right: 15px;
	border: 0px;
}

/* FlashBox */
#flashbox {
	width: 895px;
	clear: both;
	margin-left: 30px;
	padding-top: 15px;
	margin-bottom: 10px;
}
	

/* Footer */
#footer {
	width: 955px;
	height: 30px;
	clear: both;
	padding-top: 15px;
	margin-bottom: 10px;
}
#footer p {
	margin: 0px;
	padding: 12px 20px 0px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.9em;
	color: #d2d2d2;
}
#footer a:link {
	color: #d2d2d2;
	text-decoration: none;
}
#footer a:visited {
	color: #d2d2d2;
	text-decoration: none;
}
#footer a:hover {
	color: #2afc01;
	text-decoration: underline;
}