/*css file for index page of T-Ray's Desing*/
body {
	background-color: #333333;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: medium;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: small;
	text-align: center;
}
h3 {
	font-size: xx-small;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: small;
	word-spacing: normal;
	line-height: 20px;
	text-align: justify;
}
#container {
	background-color: #000000;
	height: 637px;
	width: 769px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #990000;
}
#leftSide {
	height: 555px;
	width: 296px;
	float: left;
}
#rightSide {
	height: 120px;
	width: 465px;
	float: left;
}
#buttonContainer {
}
#premade {
	width: 155px;
	float: left;
	background-image: url(images/box.gif);
	margin-top: 5px;
	padding-top: 40px;
	background-repeat: no-repeat;
	height: 125px;
	padding-left: 2px;
	padding-right: 1px;
}
#custom {
	height: 125px;
	width: 155px;
	float: left;
	background-image: url(images/box.gif);
	margin-top: 5px;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 1px;
	padding-left: 1px;
}
#parts {
	float: left;
	height: 125px;
	width: 155px;
	background-image: url(images/box.gif);
	margin-top: 5px;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 3px;
}
#textBox {
	width: 455px;
	float: left;
	width: 455px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
}
#footer {
	background-color: #660000;
	width: 769px;
	height: 58px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990000;
     margin-bottom: 60px;
}
#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
}
