body
{
	background-color: #dddddd;
	margin: 0;
	font-size: x-small;
	font-family: arial, sans serif;
	color: #333;
}

#main
{
	background-color: #fff;
}

#header
{
	background-image: url(images/granitmix_header.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 30px;
	padding-right: 30px;
}

table
{
	font-size: x-small;
}

.red
{
	color: #fa0101;
}

a
{
	color: #fa0101;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#left
{
	background-image: url(images/menu_background.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
}

#right
{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
}

#menu
{
	color: #fff;
	font-weight: bold;
}

#menu a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

h1
{
	padding-top: 60px;
	font-size: medium;
}

.second
{
	color: #808080;
	font-size: small;
	font-weight: normal;
}

h2
{
	color: #fa0101;
	font-size: x-small;
	font-weight: bold;
}

ul li
{
	text-indent: -25px;
}

#line
{
	background-image: url(images/footer_strip.gif);
	background-repeat: repeat-x;
	background-position: top;	
}

#footer
{
	font-size: xx-small;
	padding-left: 30px;
	padding-right: 30px;
}

.right
{
	float: right;
}

.left
{
	float: left;
}