/*
Theme Name: 121 stylee
Theme URI: http://onetwoone.org.uk/
Description: The original 121 theme that swept the ocean.
Version: 1.0
Author: Nick Weekes
Tags: onetwoone, minimal, tasteful, architectural

*/

/*/////////// GENERAL /////////////*/
body {
	margin: 0px;
	background-color: #ffffff;
}
a:hover {
	color: #FF9900;
}

/*//////////// TEXT //////////////*/
.bodycopyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #0066CC;
	text-align: justify;
	text-decoration: none;
}
.bodycopyLinkWhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
	text-align: justify;
	text-decoration: none;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #666666;
	text-align: justify;
}
.bodycopyWhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
	text-align: justify;
}
.bodycopySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #333333;
	padding-right: 15px;
	text-align: justify;
}
.CompanyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666699;
	font-weight: bold;
	text-align: right;
}
.entryhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666699;
	text-align: right;
	font-weight: normal;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	text-decoration: none;
}
/*//////////// LAYERS /////////////////*/
#wrapper {
	left:0px;
	top:0px;
}
#header {
	margin-top: 30px;
	margin-left: 30px;
	height: 72px;
	width: 800px;
	position: relative;
}
#pageTag {
	top: 0px;
	position: absolute;
	left: 520px;
}
#container {
	margin-top: 0px;
	margin-left: 120px;
	width: 680px;
	position: relative;
}
#leftSide {
	float: left;
	width: 90px;
	height: 350px;
}
#body {
	float: left;
	width:400px;
}
#sidebar {
	width: 240px;
	left: 550px;
	float: left;
	margin-left: 30px;
}
#footer {
	width: 800px;
	position: relative;
	height: 200px;
	clear: left;
}
#movie {
	position: relative;
	height: 540px;
	width: 740px;
	float: left;
}
#bodyHeading {
	height: 60px;
	width: 700px;
	float: left;
}

/*//// other ////*/

#lowerText {
	float: left;
	width: 675px;	
}

/*///////// pages /////////*/
#black {
	background-color: #000000;
}
#white {
	background-color: #ffffff;
}


