/*****************************************************************/
/*                         Main Layout                            /
/*****************************************************************/

#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color: rgb(0,0,0);
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(109,255,255);
}

#banner {
	text-align: center;
	border: 1px solid gray;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-color: rgb(255,255,255);
}

#content {
	height: 1540px;
	border: 1px solid gray;
	padding: 10px;
	margin-left: 140px;
	margin-right: 140px;
	background-color: rgb(117,255,19);
}

#sidebar-a {
	float: left;
	width: 125px;
	\width: 1350px;
	w\idth: 125px;
	height: 1550px;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
	background-color: rgb(255,6,162);
	border: 1px solid gray;
	color: rgb(229,229,229);
}

#sidebar-b {
	float: right;
	width: 125px;
	\width: 1350px;
	w\idth: 125px;
	height: 1550px;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
	background-color: rgb(255,6,162);
	border: 1px solid gray;
	text-align: center;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid gray;
	background-color: rgb(49,254,97);
	text-align: center;
	font-size: smaller;
	color: rgb(229,229,229);
}

/*****************************************************************/
/*                    Image Attributes                           */
/*****************************************************************/

img.thumb {
	width: 120px;
	height: 80px
}

.img_center {
	text-align: center;
}

/*****************************************************************/
/*                  Global Link Attributes                       */
/*****************************************************************/

a:link, a:active, a:visited {
	text-decoration: none;
	color: rgb(137,137,137);
}

a:hover {
	color: rgb(0,0,0);
}

/**********************************************************/
/*                  Footer links                         **/
/**********************************************************/

a.footlink:link, a.footlink:active, a.footlink:visited {
	text-decoration: none;
	color: rgb(26,23,254);
}

a.footlink:hover {
	color: rgb(0,0,0);
}

/**********************************************************/
/*                  Left Navigation links                **/
/**********************************************************/

a.navlink:link, a.navlink:active, a.navlink:visited {
	display: block;
	background-color: rgb(117,255,19);
	width: 122px;
	border: solid 1px rgb(128,128,128);
	text-decoration: none;
	color: rgb(0,0,0);
}

a.navlink:hover {
	color: rgb(255,255,255);
	border: solid 1px rgb(155,155,155);
	background-color: rgb(255,6,162);
}

/**********************************************************/
/*                     Specifics                          */
/**********************************************************/

.mainHeader {
	text-align: center;
	font-size: medium;
	text-decoration: underline;
}

.subHeader {
	font-weight: bold;
	text-decoration: underline;
}