/* CSS  Document - Styles for Roma Rising web site */

@charset "utf-8";

/*****************************************************************************************************************************/
/******************************************** STANDARD STYLES FOR ENTIRE RR SITE  ********************************************/
/*****************************************************************************************************************************/

html { height: 100%; margin-bottom: 1px; } /* Causes vertical scrollbar to appear on every page. Prevents content jumping. Doesn't work in IE 5 Mac. */

body {
background: #111111; /* soft black background */
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}


#container {
margin:30px auto 30px auto;
text-align:left;
}

#header {
padding:10px 10px 10px 10px;
/* border-bottom:4px #777777 solid; */
}

#cew-logo {
padding:10px 5px 10px 5px;
width:141px;
height:140px;
background-color:#000000;
background-image:url(../images/CHEWlogo.gif);
background-position:center;
background-repeat:no-repeat;
} /* Chad Evans Wyatt logo image div. padding added here. */

#title {
height:127px;
/* width:550px; */
padding-top:4px;
background-image: url(../images/rising1.gif);
background-repeat:no-repeat;
background-color:#000000;
}


#subtitle {
background-color:#999999;
height:21px;
padding:7px 20px 0 0;
background-image: url(../images/PROJECT2a.gif);
background-repeat:no-repeat;
background-position:center left;
text-align:right;
color:#ffffff;
font-size:12px;
line-height:12px;
font-weight:bold;
border-bottom:1px #000000 solid; 
border-right:1px #000000 solid; 
border-left:1px #000000 solid; 
}

a {
color:#000000;
}

#subtitle a {
/* font-size:110%; */
font-size:12px;
line-height:12px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
}

#footer {
text-align:center;
font-size:60%;
}


/*****************************************************************************************************************************/
/******************************************** STYLES FOR WELCOME PAGE ONLY  ********************************************/
/*****************************************************************************************************************************/

#container {
width:800px;
border:4px #777777 solid; 
background-color:#999999; 
}

#logo {
width:151px;
height:160px;
float:left;
}

#title {
margin-left:210px;
background-position:left;
}

#subtitle {
margin:0 0 0 210px;
}

#welcome-page {
background-image:url(../images/romarising%20wheel%20Jana%20V-800px.jpg);
background-repeat:no-repeat;
height:624px;
margin-top:5px;
/* margin:5px 10px 10px 10px; */
/* border-top:1px #555555 solid;
border-bottom:1px #777777 solid; */
/* border-bottom:1px #000000 solid; */
/* margin:0 5px 5px 5px; */
}