@charset "UTF-8";
/* CSS Document */

#blog_content {
	width: 740px;
	height:auto;
	margin-top:0px;
	margin-left:40px;
	float:left;
	display:inline;
}

.sendit {
			display: block;
			float: left;
			top: 118px;
			left: 10px;
			width: 150px;
			height: 25px;
			border: 0;
			cursor: pointer;
			background: url(images/sendit.jpg) no-repeat 0 0;
			text-indent: -9999px;
			margin: 20px 0;
		}
		
.sendit:hover {
			display: block;
			float: left;
			top: 118px;
			left: 10px;
			width: 150px;
			height: 25px;
			border: 0;
			cursor: pointer;
			background: url(images/sendit_hover.jpg) no-repeat 0 0;
			text-indent: -9999px;
			margin: 20px 0;
		}
		
		/* --------------------------------------------- Main Styles ------------------------------------------------- */

body {
	margin: 0px;
	background-color:#FFF;
}

#container {
	width: 1000px;
	height:auto;
	margin:0;
	float:left;
	display:inline;
}

/* --------------------------------------------- General Architecture ------------------------------------------------- */

#navigation {
	width: 200px;
	height:auto;
	margin-top:25px;
	margin-left:20px;
	float:left;
	display:inline;
}

#content {
	width: 740px;
	height:auto;
	margin-top:25px;
	margin-left:40px;
	float:left;
	display:inline;
}

/* --------------------------------------------- Navigation ------------------------------------------------- */

#logo {
	width: 200px;
	height:45px;
	margin:0;
	float:left;
	display:inline;
}

#links_container {
	width: 200px;
	height:200px;
	margin-top:10px;
	float:left;
	display:inline;
}

#links_container a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70px;
	line-height:58px;
	color: #6D6E71;
	text-decoration: none;
}

#links_container a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70px;
	line-height: 58px;
	color: #B73822;
	text-decoration: none;
}

#links_container .noRoll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70px;
	line-height: 58px;
	color: #F58220;
	text-decoration: none;
}

#work_links_container {
	width: 200px;
	height:280px;
	margin-top:10px;
	float:left;
	display:inline;
}

#copyright {
	width: 200px;
	height:20px;
	margin-top:10px;
	float:left;
	display:inline;
}

#copyright .main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D6E71;
	text-decoration: none;
	margin-left: 2px;
}

