/* STYLE SHEET FOR X SITE
Created by: Name Surname
www.x.com
ToC
	1.defaults
	2.structure
	3.links and navigation
	4.fonts
	5.images
	6.hacks
Notes
*/

/* ----------- 1.defaults -------------*/
*{
	margin: 0;
	padding: 0;
	}
body {
	color: #333333;
	background-color: #c1ee3b;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	voice-family: "\"}\""; /* font size hack for IE5 */
	voice-family: inherit;
	font-size: small;
	}
	
/* ------------ 2.structure ------------*/
#wrapper {
	font-size:80%;
	width: 970px;
	margin: 0 auto;
	}
#masthead {
	}
#logo {
	}
#navContainer {
	}
#content {
	border-left: solid #b6e238 1px;
	border-right: solid #b6e238 1px;
	background-image: url(images/crazystraw-background.jpg);
	background-repeat: no-repeat;
	}
#contentterms {
	border-left: solid #b6e238 1px;
	border-right: solid #b6e238 1px;
	background-image: url(images/crazystrawterms-background.jpg);
	background-repeat: no-repeat;
	}
#contentstatic {
	border-left: solid #b6e238 1px;
	border-right: solid #b6e238 1px;
	padding: 40px 150px;
	}
#compform {
	padding: 70px 325px 0px 250px;
	height: 450px;
	}
#compform .termsbits{
	font-size:90%;
	padding-top:5px;
	}
#compterms {
	padding: 20px 325px 0px 250px;
	height: 450px;
	}
#compterms .termsbits{
	font-size:90%;
	padding-top:5px;
	}
#footer {
	color:#446909;
	background-image: url(images/footershadow.jpg);
	height: 23px;
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align:center;
	}
.separator {
	clear: both;
	height: 0;
	}
.termscopy {
	background-image: url(images/static-hdr.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 60px 300px 100px 100px;
	}
.termsbits a{
	color: #CE195E;
	text-decoration: underline;
	}
	
/* ----------- 3.links and navigation -----------*/
a {
	color: #446909;
	text-decoration: none;
	}
a:visited {
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	}
#navigation {
	}
#navigation a {
	}
#navigation ul {
	}
#navigation li {
	}
	
/* ----------- 4.fonts --------------*/
h1, h2, h3, h4, p, ul {
	}
h1 {
	}
h2 {
	}
h3 {
	}
h4 {
	}
p {
	}
ul {
	list-style-type: none;
	}
	
/* ------------ 5.images ----------------*/
a img {
	border: 0;
	}
	
/* ------------- 6.hacks -----------------*/
body {/* IE 5 centering bug fix */
	text-align: center;
	}
#wrapper {
	text-align: left;
	}
