body
{
  background-color: #fff;
  color: #000;
  font-family: Helvetica,  Arial, sans-serif;
}

.small {
	font-size: 0.8em;
}

a:link, a:visited
{
  color: #1c404e;
  text-decoration: none;
}
a:hover
{
  color: #f90;
  text-decoration: none;
}
a:link img
{
  border: 0;
}
.illust-page a:link img
{
  border: 1px solid #000;
}
.illust-page a:visited img
{
  border: 1px solid #c99;
}
.illust-page a:hover img
{
  border: 1px solid #f90;
}
#menu li a:link,
#menu a:visited
{
  color: #000;
  text-decoration: none;
}
#menu li a:hover
{
  color: #f90;
}

#derp
{
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}
 
#other #top
{
  border: 1px solid black;
  height: 150px;
  margin-bottom: 15px;
  position: relative;
  top: 0; left: 0;
  background-color: #FFF;
/*  background-image: url('images/top_oth.jpg');*/
	background-image: url('images/top_oth/rotate.php');
}

.pagename
{
color: #1c404e;
color: #000;
font-size: 3em;
position: absolute;
bottom: 0px;
right: 10px;
}
#other #menu ul
{
  border-top: 1px solid black;
  font-size: 1.2em;
  height: 1.5em;
  padding: 0;
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
}
#other #menu li
{
  list-style: none;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: left;
}

.left
{
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}
.center
{
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.right
{
  text-align: right;
  padding-left: 5px;
  padding-right: 10px;
}

.illust-title
{
  font-weight: bold;
/*  padding: 0 0 0 60px;*/
  font-size: 1em;
  width: 100%;
  text-align: center;
}

.hurr
{
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

.form
{
  font-size: 0.8em;
}

/* BOXES */
.box {
	border: 1px solid black;
	letter-spacing: 1px;
	padding: 3px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
}
.new {
	background-image: url(images/new.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.box2 {
	padding-top: 5px;
	margin-bottom: 40px;
	color: black;
	text-align: justify;
}
.box2 img {
	margin-bottom: 5px;
}



/* PAGE SPECIFIC STUFF */

#index #top
{
  border: 1px solid black;
  height: 350px;
  position: relative;
  background-color:#FFF;
 /* background-image: url('images/top_ind.jpg');*/
	background-image: url('images/top_ind/rotate.php');
}
#index #menu ul
{
  border-bottom: 1px solid black;
  font-size: 1.5em;
  height: 1.5em;
  padding: 0;
  margin: 10px 0 15px 0;
  text-align: center;
}
#index #menu li
{
  list-style: none;
  float: left;
  width: 33%;
  margin: 0;
  padding: 0;
  background-image: url(images/bullet.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.contact input, .contact textarea {
	border: 1px solid black;
	background-color: #eee;
	width: 100%;
}
.contact .submit {
	background-color: #1c404e;
	color: #fff;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}
.contact .submit:hover {
	background-color: #f90;
	color: #000;
	cursor: pointer;
}