/*-----------------------------------------------------------------------------

RAMA BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		freshline
email:     	support@version-four.com
website:   	http://www.version-four.com
-----------------------------------------------------------------------------*/

/***********************
	-	BASICS 	-
***********************/
html {
	width: 705px;
	height: 220px;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
	color: #152c53;
	padding-left: 20px;
	font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ol, ul {
    list-style: none;
}

a{
	color: #152c53;
	text-decoration:none;
}
a:visited {
	color: #152c53;
}

.example-wrapper{
	position:absolute;
	width:565px;
	height:220px;
	margin:14px;
	margin-top:0px;
}

.example-wrapper2{
	position:relative;
	width:600px;
	height:220px;
	margin:auto;
	margin-top:0px;
}

/****************************
	-	BASIC DIVIDERS 	-
*****************************/
#small_divider {
	margin-top:0px;
}

#big_divider {
	margin-top:0px;
}
