/* @override http://www.ryanvosburg.com/style.css */

body {
	color: #8e8e8e;

	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #353535;
}

p {
	color: #242424;
	font: 12px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.line_break {
	height: 1px;
	background-color: #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


#main {
	background-color: #fff;
	width: 500px;
	height: 100%;
	margin: 0 auto;
	padding: 82px;
}

#main img {
	margin-bottom: 50px;
	margin: 0 auto;
}
.contact {

	padding: 10px;
	position: relative;
	height: 53px;
	text-align: center;
	width: 185px;
	margin: -29px auto 0;
	background-color: #343434;
}



.contact strong {
	font: italic bold 17px Georgia, "Times New Roman", Times, serif;
	color: #dfdfdf;
}

.contact span {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

.contact a {
	color: #8e8e8e;
}

.contact a:hover {
	color: #fff;
}


.description {
	font: 12px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -12px;
}

.item {
width: 620px;
}



.item h1 {
	display: inline;
	color: #272727;
	font: bold 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.item p {
	color: #1f1f1f;
	font: 25px/52px "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
}

.item p description {
	font-style: italic;
}

/* @group My Group */



/* @end */

.item a {
	color: #8e8e8e;
}

.item a:hover {
	color: #1f1f1f;
}

.item ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.item ul li {
	margin-bottom: 15px;
}




