@charset "UTF-8";

/* ------------------------------------------------------
Contact Us CSS Doc for Bell Sports Medicine

version: 	1.1
author:		Vincent Dominguez
website:	www.visionagents.com
-------------------------------------------------------*/

/* Header
-----------------------------*/
#header-top {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	height: 200px;
	background-repeat: no-repeat;
	background-image: url(../images/headers/background-header-running-team.jpg);
}


/* Content
-----------------------------*/
#content-main-top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 900px;
	background-image: url(../images/top-level/background-content-top-level.gif);
	background-repeat: repeat-y;
}

/* Sidebar
-----------------------------*/
#content-sidebar-main-top {
	margin: 0px;
	float: left;
	height: 100%;
	width: 210px;
	padding-top: 100px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/top-level/sidebar-top.jpg);
	background-repeat: no-repeat;
}
#content-sidebar-main-top a:link {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #CC99FF;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	letter-spacing: 1px;
}
#content-sidebar-main-top a:visited {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #CC99FF;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	letter-spacing: 1px;
}
#content-sidebar-main-top a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #660099;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #CC99FF;
	letter-spacing: 1px;
}
