/* Body Properties */
body
{
	background-color: #C5E0FE;;
	margin: 0px;
}

/* Page Divider */
td.divider
{
	width: 750px;
	text-align: right;
	background-color: #2A19AF;
	height: 20px;
}

/* Side Column */
.side_column
{
	background-color: #2A19AF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
	height: 100%;
}
.side_title
{
	width: 150px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #C5E0FE;
	font-weight: bold;
	text-align: center;
}
a.side_link:link,
a.side_link:visited
{
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 140%;
	padding-left: 5px;
}
a.side_link:hover,
a.side_link:active
{
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 140%;
	padding-left: 5px;
}
.moto
{
	font-family: Arial Black,sans-serif;
	font-size: 29px;
	color: red;
}
.inventory
{
	font-family: Arial Black;
	font-size: 13px;
	color: black;
	text-align: center;
}
p.text
{
	font-family: Trebuchet MS;
	font-size: 12px;
}
a.mailto 
{
	font-size: 13px;
	font-family: arial black;
	color: black;
}
a.mailto:link
{
	text-decoration: underline;
	color: black;
}
a.mailto:active
{
	text-decoration: none;
	color: black;
}
a.mailto:visited
{
	text-decoration: underline;
	color: black;
}
a.mailto:hover
{
	text-decoration: none;
	color: #2A19AF;
}
.content
{
	padding-left: 5px;
	background-color: #C5E0FE;
	width: 600px;
}