@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

a:active, a:focus {
outline: 0
}

body{
	background-color:#655153;
	background-image:url(../images/background.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	
	font-family:"Lucida Grande",Arial, Helvetica, sans-serif;
	color:#FFF;
}

#container{
	width:900px;
	height:900px;
	margin-top:0px;
	background-image:url(../images/topleft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1{
	font-size:16px;
	text-align:right;
	float:right;
	font-weight:lighter;
	margin-bottom:20px;
	clear:both;
	width:550px;
}

h2{
	font-size:16px;
	float:right;
	clear:left;
	font-weight:lighter;
	margin-bottom:7px;
	margin-top:30px;
	color:#8bbce2;
	display:block;
	width:264px;*/
}

a{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

p{
	font-size:10px;
	float:right;
	width:550px;
	clear:both;
	text-align:right;
}

p.intro{
	display:block;
}

p.intro a{
	font-size:10px;
	text-decoration:underline;
}

p.intro a:hover{
	color:#8bbce2;
}

img{
	border:none;
	clear:left;
}

#rightcol{
	float:right;
	width:550px;
	overflow:hidden;
	padding-top:140px;
	display:block;
	text-align:right;
	padding-bottom:10px;
}

div#thumbArea{
	clear:both;
	width:550px;
	overflow:hidden;
}

div.thumb{
	height:80px;
	width:550px;
	padding-bottom:5px;
	padding-top:5px;
	display:block;
	clear:both;
}

div.thumb a{
	clear:right;
	float:right;
}

div.thumb img{
	clear:right;
	padding-top:2px;
	
}

div#footer{
	width:550px;
	border-top:1px dotted #ccc;
	margin-top:20px;
	padding-top:10px;
}

div#footer p{
	font-size:10px;
	color:#CCC;
}

div#footer p a{
	font-size:10px;
	color:#CCC;
}

div#footer p a:hover{
	color:#FFF;
}


