/* #F19D15 */

a:link 
{
	color: 505050;
	text-decoration: underline;
}

a:hover
{
	color: 505050;
	text-decoration: underline;
}


a:visited 
{
	color: 505050;
	text-decoration: underline;
}


a:visited:hover
{
	color: 505050;
	text-decoration: underline;
}


body 
{
	background : #505050;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	text-align:  center;
}

#real_body
{
	margin:  0 auto;
	width: 740px;
	background-color: #ffffff;
}


#header 
{
    clear: both;
	text-align:  left;
    padding-top: 20px;
	padding-left: 180px;
    height: 132px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#header_title
{
	font-size: 4em;
	padding-top: 20px;
	font-weight:  bold;
}

#header_tag
{
	padding-top: 13px;
	font-size:  1.2em;
}

#header_links
{
    text-align: center;
    width: 740px;
    margin-bottom: 15px;
    border-color: #ffffff;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    
}

#roo
{
	color: #F19D15;
}

#v
{
    color: #4B74D3;
}

#left_pane
{
	float:  left;
	width:  200px;
	min-height:  500px;
	text-align: left;
	background: inherit;
    margin-top: 50px;
}

#page
{
    clear:  both;
	float:  left;
	width:  500px;
	text-align: left;
	background: inherit;
	min-height:  500px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px
}

.left_block 
{
	width: 150px;
	text-align: left;
	margin: 10px;
    margin-bottom: 20px;
	padding:  5px;
    padding-bottom: 10px;
    
	border-style:  dashed;
	border-width: 1px;
    border-color: #000000;
	font-size: .8em;
    line-height: 1.2em;
}


#block_header
{
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    width: 156px;
    margin-left: -6px;
    margin-top: -6px;
    margin-bottom: 3px;
    
    background-color: #f0f0f0;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    
    line-height: 1.4em;
}

.section_header
{
	font-size: 1.2em;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-style:  bold;
	padding-bottom: 7px;
}

.section
{
	margin-left:  20px;
	margin-bottom:  20px;
    margin-right: 10px;
	padding-bottom: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
    word-spacing: .5px;
}

#screenshots
{
    background-image: url('screenshots_bg.png');
	background-repeat: no-repeat;
    height:156px;
    //min-width:700px;
    //margin-left:-220px;
    width: 496px;
    margin-left: -16px;
    overflow: hidden;
    background-color: black;
}

#ss1
{
    float:left;
    margin-left: 39px;
    padding-top: 17px;
}


#ss2
{
    float:left;
    margin-left: 9px;
    padding-top: 17px;
}

#ss3
{
    overflow: hidden;
    float:left;
    margin-left: 12px;
    padding-top: 17px;
    width: 139px;
    height: 123px;    
}


#legal
{
    font-size: .6em;
}

#footer 
{
	clear: both;
	text-align:  center;
	background: inherit;
	padding-bottom:  20px;
}

#roobasoft_footer
{
	color: #EF9A30;
}



