/* BODY */

body {
	margin: 0px;
	padding: 0px;
	background-color: #B2B4BF;
	font-size: 12px;
	background-image: url(images/body.gif);
	background-repeat: repeat-x;
}


/* WRAPPER */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}


/* CONTAINER */

#container {
	font-family: Arial, Helvetica, sans-serif;
	height: 1000px;
	float: left;
	background-image: url(images/background_texture.gif);
	background-repeat: repeat-y;
	width: 600px;
	margin-left: 50px;
}
#container_header {
	text-indent: -9999px;
	background-image: url(images/header.gif);
	height: 100px;
	width: 570px;
	margin-left: 15px;
}
#container_sub {
	width: 500px;
	margin-left: 50px;
	margin-top: 30px;
}
#container_sub_2 {
	width: 500px;
	margin-left: 50px;
	margin-top: 30px;
}
#container_sub_header {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-style: italic;
	color: #595A60;
}
#container_sub_body {
	line-height: 1.5em;
	width: 480px;
	margin-left: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container_sub_header_2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #595A60;
	margin-bottom: 10px;
	font-style: italic;
}
#container_sub_body_2 {
	line-height: 1.5em;
	width: 480px;
	margin-left: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* NAVIGATION MENU */

#menu {
	height: 200px;
	width: 150px;
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	background-color: #CCCCCC;
	background-image: url(images/big_menu.jpg);
	padding-top: 210px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li a {
	display: block;
	width: 140px;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: none;
	text-indent: -9999px;
}


/* MENU NORMAL */

.about {
	background-image: url(images/about_don.gif);
}
.contacts {
	background-image: url(images/contact.gif);
}
.links {
	background-image: url(images/links.gif);
}

.demos {
	background-image: url(images/demos.gif);
}
.goodies {
	background-image: url(images/goodies.gif);
}


/* MENU CURRENT */

.about_current {
	background-image: url(images/about_don_current.gif);
}
.contacts_current {
	background-image: url(images/contact_current.gif);
}
.links_current {
	background-image: url(images/links_current.gif);
}

.demos_current {
	background-image: url(images/demos_current.gif);
}
.goodies_current {
	background-image: url(images/goodies_current.gif);
}


/* MENU HOVER */

.about:hover {
	background-image: url(images/about_don_current.gif);
}
.contacts:hover {
	background-image: url(images/contact_current.gif);
}
.links:hover {
	background-image: url(images/links_current.gif);
}

.demos:hover {
	background-image: url(images/demos_current.gif);
}
.goodies:hover {
	background-image: url(images/goodies_current.gif);
}


/* LINKS */

a:link {
	margin: 0px;
	color: #003366;
	text-decoration: none;
	display: block;
	padding: 2px;
	height: 14px;
}
a:hover {
	background-color: #777A8E;
}
a:visited {
	color: #003366;
}
a:active {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #003366;
}



/* MISC. */

.tableborder {
	border-top-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}
.tableborder_top{
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #FFFFFF;
}
.bold {
	font-weight: bold;
	color: #FFFFFF;
}
.bold_black {
	color: #595A60;
	font-weight: bold;
}
.linethrough {
	text-decoration: line-through;
}
