@charset "utf-8";
/* GaryBarnidge82.com CSS Document */

body
{
	background: #6699cc url(images/body_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
h1
{
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
	padding: 0;
}
a
{
	color: #6699CC;
	text-decoration: underline;
	font-weight:bold;
}
a:hover
{
	color: #CC0000;
	text-decoration: underline;
}
.main
{
	background: #FFFFFF;
}
#menu-top
{
	background: url(images/menu_top.jpg) repeat-x;
	height: 13px;
}
#menu-bg
{
	background: url(images/menu_bg.jpg) repeat-x;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	line-height: 32px;
}
.navigation
{
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.navigation a
{
	color:#FFFFFF;
	text-decoration: none;
}
.navigation a.selected
{
	color: #FFCC00;
	text-decoration: none;
}
.navigation a:hover
{
	color: #FFCC00;
	text-decoration: none;
}


#menu-bot
{
	background: url(images/menu_bot.jpg) repeat-x;
	height: 9px;
}

.contents
{
	padding: 0 10px;
}
#lpane-top
{
	background: url(images/lpane_top.jpg) no-repeat center bottom;
	width: 256px;
	height: 17px;
}
#lpane-mid
{
	background: url(images/lpane_mid.jpg) repeat-y center;
	text-align: center;
	padding: 0 5px;
}
#lpane-bot
{
	background: url(images/lpane_bot.jpg) no-repeat center top;
	width: 256px;
	height: 17px;
}
#bot-l
{
	background: url(images/bot_l.jpg) no-repeat;
	width: 32px;
	height: 64px;
}
#bot-c
{
	background: url(images/bot_c.jpg) repeat-x;
	font-size: 11px;
	line-height: 16px;
}
#bot-c a
{
	color: #FFFFFF;
	text-decoration: none;
}

#bot-c a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#bot-r
{
	background: url(images/bot_r.jpg) no-repeat;
	width: 32px;
	height: 64px;
}
