body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:12px;
	cursor:default;
	background-color:#FFFFFF
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height:100%;
	margin-bottom:1px;
}
#container {
	width: 100%;
	margin-right: 5;
	margin-left: 5;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	width:80%;
	padding-top:15px;
	padding-left:15px;
}


#header a {
	color:#555555;
	background-color:#FFFFFF;
	text-decoration:none;
}


.spacer {
	width:100%;
	height:15px;
}
hr {
	border:0px;
	color:#CCCCCC;
	background-color:#CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}
h1 {
	font-size:28px;
	color:#cc0000;
	background-color:#FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
}
h2 {
	font-size:15px;
	color:gray;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	background-color:#FFFFFF;
}
h3 {
	color:#cc0000;
	font-size:15px;
	text-align:left;
	font-weight:300;
	padding:5px;
	margin-top:5px;
}

#left {
	float:left;
	width:250px;
	background-color:#FFFFFF;
	color:black;
}

#main {
	margin					: 5px 5px 5px 50px;
	padding					: 25px;
	
}
p {
	color:black;
	background-color:#FFFFFF;
	line-height:20px;
	padding:5px;
}
a {
	color:#cc0000;
	background-color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	color:#cc0000;
	background-color:#FFFFFF;
	text-decoration:underline;
}
#footer {
	clear:both;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.right {
	color:gray;
	background-color:#FFFFFF;
	float:right;
	font-size:100%;
	margin-top:5px;
}
.left {
	color:gray;
	background-color:#FFFFFF;
	float:left;
	font-size:100%;
	margin-top:5px;
}

.gallery{
width:600px;
height:450px;
}

#ColorInput{
position: absolute;
height: 400px;
width: 140px;
left:700px;
top:100px;
font: 13px verdana,arial,helvetica;
color: #444444;
font-weight: bold;
text-align: center;
background-color: #F4F4F2;
border-right: 1px #AAAAAF solid;
}
#currentColor{
border: 1px solid;
height: 90px;
width: auto;
cursor: pointer;cursor: hand;
background-color:#FFFFFF;
}

.headSmall{
color: #666666;
font: 11px tahoma,arial,helvetica;
margin-top: 2px;
}
.navBox{
width: auto;
height: auto;
padding-top: 8px;
border-right: 1px #E6E6E6 solid;
border-bottom: 1px #E6E6E6 solid;
background-color: #FCFCFA;
}
.currentBorder{
border: 1px solid;
height: auto;
width: auto;
border-left-color: #9D9DA1;
border-top-color: #9D9DA1;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
margin: 10px;
}
.rgbBox{
width: 30px;
color: #444444;
font: 13px tahoma,arial,helvetica;
text-align: center;
}

.hexBox{
width: 54px;
color: #444444;
font: 13px tahoma,arial,helvetica;
text-align: center;
}

.button{
color: #333333;
/*background-color: #E4E4DF;
border: 1px;*/
font: 11px tahoma,arial,helvetica;
height: 23px;
width: 90px;
margin-top: 4px;
margin-bottom: 10px;
}
