/*css file for internal pages of T-Ray's Design*/
body {
	background-color: #333333;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: large;
	text-align: left;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: medium;
	line-height: normal;
	text-align: left;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: medium;
	line-height: normal;
	text-align: left;
}

     
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: medium;
	line-height: normal;
	text-align: left;
	letter-spacing: 3px;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: medium;
	line-height: normal;
	text-align: center;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: small;
	word-spacing: normal;
	line-height: 20px;
	text-align: justify;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	font-size: medium;
	word-spacing: normal;
	line-height: 20px;
	text-align: justify;
	text-decoration: none;
}
#container {
	background-color: #000000;
	width: 769px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #990000;
	height: 1400px;
	margin-bottom: 0px;
}
#leftTop {
	height: 120px;
	width: 304px;
	float: left;
}
#rightTop {
	height: 120px;
	width: 465px;
	float: left;
}
#leftSide {
	height: 700px;
	width: 296px;
	float: left;
}
#ddblueblockmenu{
	border: 1px solid black;
	border-bottom-width: 0;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 65px;
}
#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: normal small Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #333333;
	border-bottom: 1px solid #CC0000;
	border-left: 7px solid #990000;
}
* html #ddblueblockmenu li a{ /*IE only */
	width: 187px; /*IE 5*/
	w\idth: 169px; /*185px minus all left/right paddings and margins*/
}
#ddblueblockmenu li a:hover {
	background-color: #999999;
	border-left-color: #CC0000;
}
#ddblueblockmenu div.menutitle{
	color: #CC0000;
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: black;
	font: bold medium Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#textBox {
	float: left;
	width: 455px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 30px;
	padding-top: 20px;
}
#footer {
	background-color: #660000;
	width: 769px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: -10px;
	height: 58px;
	border: 2px solid #990000;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF6600;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}
#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FF9900;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}
#footer a:hover {
	color: #993300
}
form {
	padding: 5px;
}
