/* CSSDepth Template */
/* By Ryne Pittman of UPUP Media */

/* Fixes */
a:focus {
	outline:0px;
}
body {
	margin:25px;
	background-color:#FFF;
}

#left {
	position:absolute;
	width:200px;
	display:block;
	float:left;
}
#center {
	position:absolute;
	width:600px;
	display:block;
	float:left;
	margin-left:250px;
}
#right {
	position:absolute;
	margin-left:900px;
	width:125px;
}


/* Left Column */


/* Header */

#left #header {
	display:block;
	float:left;
	width:202px;
	height:160px;
	border:10px double #EEE;
	background-color:#FAFAFA;
}
#left #header h1 {
	margin:0px;
	color:#333;
	text-align:center;
	line-height:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-top:50px;
}
#left #header b {
	color:#09F;
}
#left #header h2 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-align:center;
	margin:0px;
	padding-top:10px;
}

/* Side Navigation */

#left #side-nav {
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
#left #side-nav h1 {
	display:block;
	float:left;
	width:202px;
	height:25px;
	font-size:18px;
	padding:5px;
	letter-spacing:-1px;
	border-bottom:2px solid #EEE;
	margin:0px;
}
#left #side-nav a {
	display:block;
	float:left;
	height:20px;
	width:200px;
	border-left:2px solid #EEE;
	border-right:2px solid #EEE;
	font-weight:bold;
	font-size:14px;
	color:black;
	text-decoration:none;
	padding:5px;
	margin:0px;
}

#left #side-nav hr {
  border: 2px solid #EEE;
  width: 105%;
  margin-top:-10px;
}

#left #side-nav a:hover {
	color:#333;
	background-color:#F5F5F5;
}

/*Color Specific*/

/*Orange*/

#left #side-nav h1.orange {
	color:#F60;
}
#left #side-nav a.orange:hover {
	border-color:#F60;
}

/*Green*/

#left #side-nav h1.green {
	color:#6C0;
}
#left #side-nav a.green:hover {
	border-color:#6C0;
}

/*Blue*/


#left #side-nav h1.blue {
	color:#09F;
}
#left #side-nav a.blue:hover {
	border-color:#09F;
/*Blue2*/
}
#left #side-nav h1.blue2 {
	color:#09F;
	}


/*Pink*/

#left #side-nav h1.pink {
	color:#F06;
}
#left #side-nav a.pink:hover {
	border-color:#F06;
}


/* Center Column */


#center .content {
	padding:10px;
	border:10px double #EEE;
	background-color:#FAFAFA;
	margin-bottom:25px;

}
#center .content img {

	border:1px #09F;


}
#center .content h1 {
	font-size:24px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	border-bottom:1px solid #09F;
	padding:-5px;
}

#center .content h3 {
	margin:10px;
	color:#09F;
	
	line-height:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#center .content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	line-height:25px;
}

.floatRight {
  float: right;
  margin-bottom:-10px;
}