/*
--------------------------------------------------------
Stylesheet for iamri.com coded by Ri Caragol
Date: Sept 28, 2009
----------------------------------------------------------
*/

/*Body Styles*/
body
{
font-family:verdana;
background:#FFFFFF;
color:#FFFFFF;
height: 100%; 
}

a:link {color:#f20f0a;}      /* unvisited link */
/* a:visited {color:#FF00}  visited link */
a:hover {color:#FF00FF}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */

/*Universal reset */
* {
padding: 0;
margin: 0;
}
	
p, h1 {
padding-top:10px;
padding-right:20px;
}


a.standalonelink {
color: #f20f0a;
}
.container
{

}

.center_div
{
position: absolute;
top: 25%;
width: 100%;
border-top:2px dotted gray;
border-bottom:2px dotted gray;
height:329px;
background-color:#000000;
text-align:right;
background-image:url('images/ripixels.gif');
background-repeat:no-repeat;
background-position:left;
}


/*links on bottom that behave like blocks*/

#links ul {
        list-style-type: none;
        width: 400px;
		
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a { 
        color: #990000;
        display: block;
		
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 400px;
}

#links li a:hover {
        background: #ffffcc;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}