/*Layout/Structure*/

body{
	margin:0;
	padding:0;
}

#container{
	width:700px;
	height:550px;
	margin-right:auto;
	margin-left:auto;
}

#left{
	float:left;
	clear:left;
	width:225px;
	height:600px;
	border-right:1px solid #2e2d2d;
}

#right{
	float:right;
	clear:right;
	width:467px;
}

#left img{
	float:right;
	margin-top:300px;
}

#logo{
	margin-top:267px;
}

#blurb{
	float:left;
	margin-top:318px;
}

#text{
	float:left;
	margin-top:76px;
	width:460px;
	height:73px;
}

#text-l{
	width:230px;
	position:relative;
	top:-30px;
	left:0;
}

#text-r{
	width:230px;
	position:relative;
	top:-190px;
	left:230px;
}

/*Formatting*/

a:active{
	text-decoration:none;
	color:#2f2f2f;
}

a:link{
	text-decoration:none;
	color:#2f2f2f;
}

a:visited{
	text-decoration:none;
	color:#2f2f2f;
}

a:hover{
	text-decoration:none;
	color:#ef3e23;
}

body{
	font-family:Arial;
	font-size:10px;
	color:#2f2f2f;
	background-color:#fff;
	border:none;
	text-align:justify;
	line-height:120%
}

img{
	border:none;
}
