/* @override 
	http://www.ogormanfamily.com/styles/styles.css
	file:///Users/jaymzo/Dropbox/styles/styles.css
*/

/* @group Layout */

h1{
	font-size: 20pt;
}

h2{
	font-size: 15pt;
}

p{
	font-size: 10pt;
}

#container {
	background: #00a1de;
	width: 850px;
	margin: 15px auto;
	padding-bottom: 60px;
	min-height: 100%;
	position: relative;
	height: 100%;
	border: 1px solid #000;
	border-right: 2px outset #0065bd;
	color: #394a58;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Color Pallet:
Pantone 7546 for text (it is a gray color) 57-74-88 rgb
Pantone 299 for background (nice light blue color) r0 g 101 b 189
 */

/* @group Header */

#header {
	width: 800px;
	position: relative;
	border: 0px dashed;
	image-display: none;
	margin-left: 25px;
	margin-right: 25px;
}

#ContentContainer {
	width: 800px;
	border: 1px hidden;
	margin-left: 25px;
	margin-top: 10px;
	text-align: center;
}

#contentCamImage {
	height: 750px;
	width: 800px;
	text-align: center;
	border-style: hidden;
	border-width: 1px;
	margin-bottom: 15px;
}	

#twitter{
	border: 1px hidden;
	width: 275px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#updates{
	border: 1px hidden;
	float: right;
	text-align: left;
	margin-right: 30px;
	width: 425px;
	margin-bottom: 15px;
	margin-top: 15px;
	height: 400px;
	overflow: auto;
}

/* @group Footer */

#footer {
	border: 0px dashed;
	text-align: center;
	clear: both;
}
