/**************  
 *  Tags  
****************/
body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: small;
	color: #666666;
	background-color: #CBC7BE;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: large;
	font-weight: lighter;
	margin-bottom: -14px;
}
img {
	padding: 2px;
	float: left;
	margin: 0 0px 0 0;
}
p {
	clear: left;
	margin-bottom: 14px;
}
br {
	clear: left;
}
a:link {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: small;
	color: #CC0000;
	text-decoration: none;
	float: left;
	clear: none;
	font-weight: bold;
}
a:visited {
	color: #BB0000;
	text-decoration: none;
	float: left;
	clear: none;
	font-weight: bold;
}
a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: underline;
	float: left;
	clear: none;
}
a:active {
	color: #FF0000;
}
/**************  
 *  ID's
****************/
#Container {
	position: absolute;
	visibility: visible;
	left: 44px;
	width: 11000px;
	height: 560px;
	z-index: auto;
	background-color: #F7F3EF;
	padding: 10px;
	top: 1.5%;
}
#HomeLayer {
	position: absolute;
	visibility: visible;
	left: 6px;
	top: 4px;
	width: 20px;
	height: 20px;
	z-index: 3;
}
#Intro {
	position: absolute;
	visibility: visible;
	left: 30px;
	top: 30px;
	width: 340px;
	height: auto;
	z-index: 3;
}
#PortfolioOneLayer {
	position: absolute;
	visibility: hidden;
	left: 160px;
	top: 300px;
	width: auto;
	height: auto;
	z-index: 6;
	clear: none;
	float: none;
}
#ProjectsLayer {
	position: absolute;
	left: 390px;
	top: 10px;
	width: auto;
	height: auto;
}
#OdeonFilmSynchLayer {
	width: auto;
}
#GMPTATramMapLayer {
	width: auto;
}
#LifeIsCandyLayer {
	width: 1120px;
}
#ProUSALayer {
	width: 1200px;
}
#AJMLayer {
	width: 606px;
}
#CityCentreSALayer {
	width: 1160px;
}
#SabertonLayer {
	width: 1160px;
}
#BreakBeatLayer {
	width: 700px;
}
#SnowmanLayer {
	width: 660px;
}
#BmiDateLayer {
	width: 640px;
}
#apDiv1 {
	position: absolute;
	left: 828px;
	top: 103px;
	width: 618px;
	height: 426px;
	z-index: 4;
	background-color: #F7F3EF;
}
#apDiv2 {
	position: absolute;
	left: 1604px;
	top: 20px;
	width: auto;
	height: auto;
	z-index: 4;
}
/**************  
 *  Classes  
****************/ 
.Project {
	float: left;
	height: auto;
	z-index: auto;
	margin: 0 140px 0 0;
	width: auto;
}
.BackHome {
	font-size: 90%;
}
.ContactMe {
	float: left;
	clear: none;
}
.FloatRight {
	float: right;
}
a.NoFloat {
	float: none;
	clear: none;
}
a.Anchor_Midway {
	position: relative;
	left: 700px;
	right: 100px;
}
a.Anchor_FarRight {
	position: relative;
	left: 900px;
	clear: none;
	float: none;
}
.MarginRight {
	margin: 0 10px 0 0;
}
.MarginLeft {
	margin: 0 0 0 10px;
}
.Red {
	font-size: small;
	color: #CC0000;
	font-weight: bold;
}
.Navigation {
	position: relative;
	padding: 0px;
	margin: 0 0 10px 0;
	background-color: #F7F3EF;
}
.Navigation ul {
	position: relative;
	padding: 0px;
	margin: 0 0 10px 0;
	background-color: #F7F3EF;
}
.Navigation li {
	font-size: 14px;
	display: block;
}
.Navigation li a {
	color: #C00;
	display: block;
	width: auto;
	/* [disabled]height: 18px;
*/
	padding: 1px 0;
	background: none;
	clear: both; /* text-shadow: 0px 0px 5px #d7d3cF; */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.Navigation:hover li a {
	color: #DF4141;
	background: none; /* text-shadow: 0px 0px 1px #B4ACA5;*/
}
.Navigation li a:hover {
	color: #C00;
	background: none; /* text-shadow: 0px 0px 1px #fff;*/
	padding-left: 10px;
}
.inline {
	display: inline;
	width: auto;
}
