/*
rgb(163, 155, 128), #a39b80 = light brown (original)
rgb(186, 101, 10), # = redish orange


239, 130, 14

*/
* { color:rgb(175, 71, 56); margin:0px; padding:0px; }
html { font-size:100%; }
body {
	background-image:url(/modustpl/img/bgTile1.gif);
	background-repeat:repeat;
	font-family:arial, "lucida grande", "lucida sans unicode", verdana, sans-serif;
	font-size:80%;
	line-height:1.2em;
}
img { border:0px; }
a { color:rgb(175, 71, 56); text-decoration:none; }
a:hover { text-decoration:underline; }
a:visited { text-decoration:none; }
a:visited:hover { text-decoration:underline; }
h1 { color:rgb(186, 101, 10); }
.image_library_roll { border:1px solid rgb(163, 155, 128); cursor:pointer; margin-bottom:2px; }
.image_library_roll:hover { border:2px solid rgb(186, 101, 10); }
input {
	border:1px solid rgb(163, 155, 128);
	height:17px;
	padding-top:3px;
	text-indent:3px;
	width:200px;
}
li { color:rgb(186, 101, 10); }
#nav_right_ul { font-size:110%; line-height:1.2em; list-style-type: circle; }
select {
	border:1px solid rgb(163, 155, 128);
	text-indent:3px;
	width:200px;
}
.submit {
	background-color:rgb(242, 236, 213);
	border:1px ridge rgb(163, 155, 128);
	color:rgb(163, 155, 128);
	cursor:pointer;
	height:22px;
	padding:0px 2px 0px 2px;
	text-indent:0px;
	width:auto;
}
.submit:hover {
	background-color:rgb(255, 255, 255);
	color:rgb(186, 101, 10);
}
#wrapper { margin:10px auto; width:990px; }











