@import url("q3_pagelayout.css");
@import url("jquery.lightbox-0.5.css");
@import url("info.css");
@import url("3d.css");


body {
	margin: 0px;
	padding: 0px;
	background-color: #f8f8f8;
	text-align: left;
	letter-spacing: 1px;
	font: 11px Verdana, Arial, sans-serif;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#main {
	margin: 0px;
	padding: 7px 0;
	border: 0px;
	width: 800px;
}

img {
	border: 0px;
}

.clearfloats {
	clear:both;
}

/********* HEADLINES **********/
h1 {
	font-size: 2em;
	font-weight: 300;
	letter-spacing: 1px;
}	
h2 { 
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 2px;

	}
h3 {
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 2px;


	}
h4 {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0px;

	
}
h5 {
	font-size: 0.8em;
		font-weight: 100;

}

/******* LINK *******/
a:link {
	text-decoration: none;
	color: #3b5998;
}
a:visited {
	text-decoration: none;
	color: #3b5998;
}
a:hover {
	text-decoration: underline;
	color: #3b5998;
	}
a:active {
	text-decoration: none;
	color: #3b5998;
}



