html
	{
	overflow-y: scroll;
	}

body#main
	{
	background: url(../images/bg_main.png) #666666 top left repeat-x;
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address
	{
	background-color: transparent;
	color: #aaaaaa;
	margin-top: 1em;
	margin-bottom: 1em;
	}

h1
	{
	font-size: 130%;
	}

h2
	{
	font-size: 110%;
	}

div#container
	{
	background: url(../images/bg_container.png) #000000 bottom left repeat-y;
	width: 905px;
	margin: 25px auto 0;
	}

div#left
	{
	font-size: 95%;
	width: 115px;
	float: left;
	margin-top: 4px;
	margin-right: 22px;
	margin-left: 22px;
	margin-bottom: 10px;
	display: inline;
	}

div#right
	{
	width: 680px;
	float: left;
	margin-top: 3px;
	margin-right: 22px;
	margin-left: 22px;
	margin-bottom: 10px;
	display: inline;
	}
	
div.img
	{
	float: right;
	margin: 15px;
	margin-left: 20px;
	}

div.gallery
	{
	float: left;
	background: url(../images/bg_gallery.png) #222222 top left repeat-x;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px;
	margin: 10px;
	text-align: center;
	width: 182px;
	height: 100px;
	display: inline;
	}

div.gallery:hover
	{
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	}

img#footer
	{
	clear: both;
	margin-bottom: -3px;
	}

img
	{
	border: none;
	}

a.ext
	{
	background:url(../images/ext.png) center right no-repeat;
	padding-right: 17px;
	}

a
	{
	background-color: transparent;
	color: #dddddd;
	text-decoration: none;
	}

a:hover
	{
	background-color: transparent;
	color: #bbbbbb;
	text-decoration: none;
	}
