body{
	font-size:16px;
	font-family:"Century Gothic";
}

.title
{
	font-size:1.3em;
	text-transform: none;
	font-weight: bold;
	margin-left:20px;

}
#content
{
	width:100%;
	margin-left:15px;
	margin-right:15px;
	float:none;


}






.sample-image
{
	width:100%;
	border:solid 1px silver;
	min-width:600px;
	
}



.myButton {
	background:linear-gradient(to bottom, #77b55a 5%, #618C04 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:23px;
	font-weight:bold;
	padding:10px 34px;
	text-decoration:none;
}
.myButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.myButton:active {
	position:relative;
	top:1px;
}

.ul-200
{
	line-height:30px;
}

/*
 * Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
 */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
.col1
{
	text-align: left;
	margin-bottom:50px;
	width:60%;
	max-width:730px;
	float:left;
	
}

.col2
{
	text-align: left;
	margin-bottom:50px;
	width:38%;
	float:left;
	padding-top:150px;
	padding-left:5px;
	margin-left:0px;
}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
.col1
{
	text-align: left;
	margin-bottom:50px;
	width:60%;
	max-width:730px;
	float:left;
	
}

.col2
{
	text-align: left;
	margin-bottom:50px;
	width:38%;
	float:left;
	padding-top:150px;
	padding-left:5px;
	margin-left:0px;
}
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}