/*
	//----------------------------

	Theme URL: http://www.brendanmack.com
	Description: Brendan Mack - Common Theme
	Version: 1.0
	Author: StudioForty9
	Author URL: http://sf9.ie

	//----------------------------
*/


*{
	margin:0;
	padding:0;
}

body{
	font: 68.5%/1.6em Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}

a{

}

a:hover{

}

img {
	border:  none;
}

#container {
	width: 829px;
	margin: 0 auto;
}

#main {
	width:829px;
	height: 599px;
	background-image: url('../img/bg.gif');
}

#main h1 {
	position: relative;
	top: 116px;
	left: 178px;
	width: 263px;
	height: 33px;
	font-size: 2.5em;
	display: block;
	text-indent: -9000px;
}

#content {
	width: 564px;
	height: 360px;
	position: relative;
	top: 133px;
	left: 175px;
}

ul.row {
	padding: 0; margin: 10px;
  	list-style: none;
}

ul.row li {
	float: left;
	width: 116px;
	margin-left: 10px;
	margin-right: 10px;
}

ul.row li a img {
	border: 2px solid #ededed;
}

ul.row li a img:hover {
	border-color: #000;
}

ul.ttls li {
	margin-bottom: 10px;
}

ul.ttls li a img {
	border: none;
}

#footer {
	margin-left: 178px;
}

#footer p {
	text-transform: uppercase;
	font-weight: bold;
	color: #b3b3b3;
	font-size: 0.9em;
	float: left;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
	color: #000;
}

p#credits {
	float: right;
}

p#credits a {
	color: #999;
}


