body {
	/*background-image:url(../recollections/images/bodybg.jpg);
	background-attachment:fixed;
	background-position:left top;
	background-repeat:repeat-x;*/
	background-color:#000000;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin-top:10px;
	height:100%;
}

h1 {
	font-size:14px;
	margin-left:10px;
	margin-top:5px;
	margin-right:10px;
	text-align:left;
}

h2 {
	font-size:12px;
}

ul {
	list-style-type:none;
	display:block;
	margin-right:25px;
}

li {
	float:left;
	padding:15px;
	margin:10px;
	border:2px #606060 solid;
	background-color:#000000;
	width:152px;
	height:111px;
}

.caption {
	float:left;
	padding:15px;
	margin:10px;
	border:2px #606060 solid;
	background-color:#000000;
	width:152px;
	height:140px;
}

img {
	display:block;
	border:1px solid;
	margin:auto;
}

.center {
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	width:80%;
	padding:10px;
	text-align:center;
}

.line {
	background-color:#000000;
	color:#CCCCCC;
	border:2px solid #FFFFFF;
	height:30px;
	text-align:center;
	min-width:940px;
}

.main {
	border:2px solid #FFFFFF;
	font-size:12px;
	height:600px;
	min-width:940px;
	background-color:#000000;
	background-image:url(../tangents/images/tanback.jpg);
	background-attachment:inherit;
	background-position:right bottom;
	background-repeat:no-repeat;
	margin:0px;
	text-align:center;
	overflow:auto;
}

.text {
	margin-left:20px;
	margin-top:10px;
	margin-right:400px;
	text-align:left;
	min-width:600x;
	overflow:hidden;
	clear:both;
	
}

.siteimage {
	margin-top:20px;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;
	display:block;
}

.footer {
	margin-left:10px;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	text-align:center;
	overflow:hidden;
	clear:both
}

.gallery {
	display:block;
	width:800px;
}

a:link {
	font-size:14px;
	color:#909090;
	text-decoration:none;
	font-weight:normal;
}

a:visited {
	font-size:14px;
	color:#909090;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:normal;
}

a:active {
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:normal;
}

a.site:link {
	font-size:14px;
	color:#909090;
	text-decoration:none;
	font-weight:normal;
}
a.site:visited {
	font-size:14px;
	color:#909090;
	text-decoration:none;
	font-weight:normal;
}
a.site:hover {
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:normal;
}
a.site:active {
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:normal;
}