#wrap{
	width:900px;
	margin: auto;
}

.top{
	height:100px;
	width:840px;
	border:0px solid black;
}

.box {
	border: 0px solid black;
	/*background-color:#F5ECCE;*/
	/*background-color:#FBEFEF;*/
	padding:0px;
}


#topone {
	position:absolute;
	margin-left:10px;
	/*background-color:#FFCCCC*/
	/*background-color:#FF9966;*/
}

#topline{
	height:0px;
	width:840px;
	border:1px solid black;
	position:absolute;
	margin-top:140px;
}


#middleline{
	height:0px;
	width:840px;
	border:1px solid black;
	position:absolute;
	margin-top:480px;
}


#topleft {
	/*background-color: #45ADA8;*/
	height:400px;
	width:400px;	
	position: absolute;
	margin-top: 160px;
}

#topright {
	/*background-color: #547980;*/
	/*Add your CSS here!*/
	height:400px;
	width:400px;	
	position: absolute;
	margin-left: 420px;
	margin-top:150px;
	webkit-text-size-adjust:none
}

#bottomleft {
	height:1200px;
	width:400px;	
	position: absolute;
	margin-top: 480px;
	margin-left: 0px;
	-webkit-text-size-adjust:none
}


#bottomright {
	height:1200px;
	width:400px;
	position: absolute;
	margin-top: 480px;
	margin-left: 420px;
}


#bottomline_1 {
	height:0px;
	width:840px;
	border:1px solid black;
	position:absolute;
	margin-top:1950px;
}


#bottomline_2 {
	height:0px;
	width:840px;
	border:1px solid black;
	position:absolute;
	margin-top:800px;
}


#sponsor{
	height:50px;
	width:840px;
	position: absolute;
	margin-top:800px;
}

body{
	font-family:Arial, sans-serif;
}


a:link{
	text-decoration:none; 
	color:#CC0000;/* #1 red. looks great. just need to find an appropriate hover.*/
	/*color:#990000; too dark.*/
	/*color:#CC3300; #2 very nice, not quite as much punch as #1 though.*/
	/*font-size:0.9em;*/
}


a:visited{
	text-decoration:none;
	color:#CC0000;
	/*font-size:0.9em;*/
}


a:hover{
	/*color:#6600CC*/
	/*color:#6633FF*/
	/*color:#6633CC*/
	
	/*text-decoration:none;*/
	/*text-decoration:underline; /* SEE THIS! This is very classy actually. It's this or grey.*/
	
	/*color:#666699; purple, I don't like the vibe, should be brighter than red.*/
	/*color:#CC6600; not enough difference from red.*/
	/*color:#CC9900; very nice brown but #1 is better because it's brighter.*/
	/*color:#FF0000; not different enough.*/	
	/*color:#FF3300; #5 contender, very nice strong red. maybe not different enough though.*/	
	/*color:#FF4400; well still not that much contrast*/
	/*color:#FF6600; #2 strong color, goes better with red, but not enough difference from red?*/
	/*color:#FF9900;/* #1: orange, nice, looks like a light is shining on the red, definite contender*/	
	/*color:#FF8000; nice orange*/
	/*color:#FF6666; no not different enough, and also not a good pink.*/
	/*color:#FFCC00;yellow, goes missing a bit, too bright, not as strong as #1*/
	/*color:#FF9999; #3 oh nice, pink! though it looks like the red is getting bleached, not lit up.*/
	/*color:#FF9966; #4 nice too, pink/orange.. stronger color than #4 but clashes with the red a bit*/
	/*color:#993300; nice deep brown, but not enough difference from cc0000, also #1 is better because it's brigher*/
	/*color:#996600; lovely brown, but not enough difference from red, and also #1 is better because it's brigher.*/
	/*color:#996666; nice brown, but #1 is better because it's brighter.*/
	/*color:#006600; /*#B green, but too dark... actually this might be my fav... it's earthy*/
	/*color:#009900; /*#A nice strong green*/
	/*color:#007700;/*#AA This is bonza! Light enough to be seen, dark enough to be natural and earthy.*/
	/*color:#008800; /*#AA Very nice too! A bit lighter.*/
	/*color:#00CC00; green, a bit too luminous*/
	/*color:black;*/
	/*color:blue*/
	
	/*color:grey; /* #2 looks awesome, this could be it!*/
	color: #999999; /* #1 lighter than grey. looks awesome too, contrasts more with the black*/
	/*color:#CCCCCC;/* #3 very light grey, lighter than 999999. perhaps too light, but a contender.*/ 
	/*color: #669999 /* blueish grey, an interesting contender, ask Em.*/
	/*color:#666666; /*no, too dark grey, doesn't contrast with black.*/
}


a:active{
	text-decoration:none;
}


.text_1{
	font-size:0.8em;
}


.text_2{
	font-size:0.9em;
}

.text_3{
	font-size:0.8em;
}

.text_4{
	font-size:0.7em;
}

.hindent_1{
/*Hanging indent, e.g. used for paper titles that run on over a line.*/
	margin-left:1em;
	text-indent:-1em;
	font-size:0.8em;
}


.indent_1{
/*indent, e.g. used for descriptions of the previous link.*/
	margin-left:1.2em;
	margin-top:-0.7em;
	font-size:0.8em;
}


.detailsul{
/*List: my contact details at top of page.*/	
	font-size:0.8em;
	list-style-type:none;
	padding:0;
	margin:0;
}


h1{
	font-weight:200;
}


img{
	height:300px;
	width:400px
}



.heading_2{
	font-size:1.3em;
}


.list_1{
	list-style-type:none;
	/*padding:0;*/
	/*margin:0;*/
	font-size:0.8em;
	margin:0em 0em 1.2em -1.9em;
}


.list_2{
	list-style-type:none;
	/*padding:0;*/
	/*margin:0;*/
	font-size:0.8em;
	margin:-1em 0em 1.2em -1.9em;
}

