/* GLOBAL HTML STYLING ******* */

body
{
	background: #979BAA;
	margin: 0;
	padding: 0;
	text-align: -moz-center;
        #text-align:center;
	font: 100% georgia;
}

h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }
p { font-size: 85%; }


a:link, a:visited { color: #D54E21; }
a:hover { color: #000; }

/* DIV SPECIFIC HTML STYLING - HEAD ****/
#head a:link, #head a:visited, #head a:hover
{
	text-decoration: none;
	color: #fff;
}

#head img { margin: 30px 40px 0 15px; }

/* DIV SPECIFIC HTML STYLING - FOOT ****/
#foot ul
{
	margin: 0;
	padding: 0;
}

#foot li
{
	list-style: none;
	display: inline;
	margin: 0 10px 0 10px;
	padding: 0;
}


#foot a:link, #foot a:visited
{
	text-decoration: none;
	color: #ccc;
}

#foot a:hover
{
	text-decoration: underline;
	color: #ccc;
}

/* DIV SPECIFIC HTML STYLING - RIGHT ****/
#right a:link, a:visited { text-decoration: none; }

#right h2
{
	font-size: 150%;
	clear: left;
}

#right ul
{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 40px;
	margin-bottom: 30px;
	font-size: 85%;
	list-style: none;
	display: inline;
	clear: left;
}

#right p
{
	font-size: 85%;
	margin-bottom: 5px;
}

#welcome
{
	background: #333 url(../images/banner_bg.jpg) no-repeat right;
	margin: 0;
	padding: 0;
	color: #fff;
	height: 200px;
}

#welcome h1
{
	margin: 0;
	padding: 20px 420px 0 20px;
}

#welcome p
{
	margin: 10px 420px 20px 20px;
	font-size: 110%;
}



/* DIV SPECIFIC HTML STYLING - LEFT ****/
#left h3
{
	color: #333;
	font-size: 110%;
}

#left a:link, a:visited { text-decoration: none; }

#left ul
{
	padding-bottom: 10px;
	font-size: 85%;
	padding: 0;
	margin: 10px;
	list-style: none;
}

#left li
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* CLASSES ****/
.logo
{
	float: left;
	margin: 0 10px 0 0;
	padding: 10px;
	border: 1px solid #ccc;
}

.buttons
{
	border-bottom: 1px dashed #ccc;
	height: 50px;
	padding: 10px 0 0 0;
}

#bookmarkOne
{
	background: url(../images/icon_delicious.gif) no-repeat left;
	padding-left: 20px;
}

#bookmarkTwo
{
	background: url(../images/icon_digg.gif) no-repeat left;
	padding-left: 20px;
}

#bookmarkThree
{
	background: url(../images/icon_reddit.gif) no-repeat left;
	padding-left: 20px;
}

#bookmarkFour
{
	background: url(../images/icon_facebook.gif) no-repeat left;
	padding-left: 20px;
}

#bookmarkFive
{
	background: url(../images/icon_stumbleupon.gif) no-repeat left;
	padding-left: 20px;
}

#favourites
{
	background: url(../images/icon_favourites.gif) no-repeat left;
	padding-left: 20px;
}




/* LAYOUT DIVS ***************** */
#siteContainer
{
	background: #fff;
	margin: 0;
	padding: 0 0 15px 0;
	width: 920px;
}

#head
{
	background: #333;
	margin: 0;
	padding: 0;
	height: 100px;
}

#headInner
{
	background: #343530 url(../images/home_bg.jpg) repeat-x right;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
	height: 100px;
	width: 920px;
}

#content
{
	background: #efefef;
	margin: 0;
	padding: 0;
}

#foot
{
	background: #343530;
	margin: 0;
	padding: 10px;
	clear: both;
	color: #fff;
	font-size: 85%;
}

#left
{
	background: #efefef;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	width: 200px;
	float: left;
}

#right
{
	background: #fff;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	width: 680px;
	float: right;
}

/* GLOBAL UTILITIES *********** */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

