/*
	Main css for MC Customs.
	(C) 2004 http://www.kuranes.co.uk
*/

body {
	background-color: black;
	color: #CCAAAA;
	font-family: verdana, serif;
	font-size: 14px;
	background-image: url(tartan.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

td {
	color: #CCAAAA;
	font-family: verdana, serif;
	font-size: 14px;
}

a {
	color: #AAAADD;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: #333344;
}

#logobox {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 70px;
	border-bottom: 1px solid #993333;
	width: 100%;
	margin-right: 0px;
	right: 0px;
	overflow: hidden;
}
#logobox h1 {
	color: white;
	font-size: 24px;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#logobox p {
	color: #CCAAAA;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#linkbox {
	position: absolute;
	left: 20px;
	top: 90px;
	width: 100px;
	min-height: 200px;
	text-align: center;
}
#linkbox a {
	display: block;
}
#linkbox h1 {
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainbox {
	position: absolute;
	left: 140px;
	top: 90px;
	min-height: 200px;
	background-image: url(tartan_br2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	right: 20px;
	margin-right: 20px;
	min-height: 350px;
	min-width: 500px;
}
#mainbox h1 {
	color: white;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid red;
	margin-top: 0px;
	width: 100%;
}

.copyright {
	text-align: right;
	font-size: 12px;
	color: #AAAAAA;
	border-top: 1px dashed #333355;
}

input {
	background-color: #333344;
	color: white;
	border: 1px solid #AAAAAA;
}

select {
	background-color: black;
	color: white;
	border: 1px solid #AAAAAA;
}


