body {
	font-size: 11px;
	font-family: verdana;
	line-height: 130%;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0;
}

/* The following section covers the image roll-over for the menu buttons. */

#projects
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("http://www.minionstudios.com/img/projects.jpg") no-repeat 0 0;

}

#projects:hover
{ 
  background-position: 0 -40px;
}

#projects span
{
	display:none;
}

#forums
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("http://www.minionstudios.com/img/forums.jpg") no-repeat 0 0;

}

#forums:hover
{ 
  background-position: 0 -40px;
}

#forums span
{
  display: none;
}


#about
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("http://www.minionstudios.com/img/about.jpg") no-repeat 0 0;

}

#about:hover
{ 
  background-position: 0 -40px;
}

#about span
{
  display: none;
}

#contact
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("http://www.minionstudios.com/img/contact.jpg") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -40px;
}

#contact span
{
  display: none;
}

/* End menu decoration */


/* Div section */

#container {
	width: 900px;
	margin: 10px auto;

}

#menu {
	float: left;
	height: 700px;
	padding: 0px 20px 20px 20px;
	margin-bottom: 800px;
	width: 150px;
}

#content {
	margin-left: 190px;
	padding: 10px;
	width: 690px;
}

#footer {
	margin-top: 20px;
	padding-top: 100px;
	width: 900px;
}

/* END MAIN DIVS */

/* Project classes */

div.projectENTRY {
	width: 100%;
	height: 130px;
	margin-bottom: 20px;
}

img.projectIMG {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

span.projectTITLE {
	font-size: medium;
	font-weight: bold;
}

a.projectTITLE {
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}

a.projectTITLE:hover {
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}

img.about {
	margin: 20px;
}
