/* Links */

a:link { text-decoration: none; color: #7198A8; }

a:visited { text-decoration: none; color: #7198A8; }

a:hover, a:active { color: #92C2D7; }

/* Headings */

h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; }

h1 { font-weight: normal; font-size: 35px; margin-bottom: 0px;  margin-left: 40px; color: #364249; text-transform: lowercase;}

h2 { font-size: 28px; }

h3 { font-size: 24px; }

.img_scenery {
	margin: 5px 10px 5px 0px;
	padding: 0;
	float: left;
	}

/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 24px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
}

/* Structure */

body
{
	margin-top: 0px;
	padding-top: 0px;
	color: #303030;
	background-color: #27000B;
        /*2009 RR add*/
	background: url(images/bg.jpg) center;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
        line-height:1.8em;
}

#main_contents {
width: 950px;
margin-left: auto;
margin-right: auto;
background-color: #34373B;
margin-top: 0px;
}

#header
{
	float: left;
	width: 950px;
	padding-bottom: 8px;
	clear: right;
	padding-left: 0px;
	height: 69px;
}

/**/

#h_intro
{
 width: 950px;
 /*background-image: url(images/roma.jpg);*/
 height: 315px;
 margin-left: auto;
 margin-bottom: 0px;
 margin-right: auto;
 margin-top: 0;
}

div.navi
{
 background-image: url(images/roma.jpg);
}


#roma_design
{
	clear: both;
	float: left;
	width: 100%;
	color: #CDCDCD;
	background-color: #34373B;
}

#content-wrapper
{
	width: 60%;
	float: left;
}

#content
{
	float: left;
        margin-top: 10px;	
        padding: 0 0 10px 30px;
}

#side-wrapper
{
	width: 35%;
	float: right;
	margin-top: 10px;
}

#side
{
	float: right;
	padding: 0px 15px 10px 10px;
	width: 210px;
	margin-right: 15px;
	margin-top: 0px;
}

#author
{
	clear: both;
	float: left;
	width: 930px;        
        height:70px;	
        text-align: left;
	padding-left: 20px;
	background-color: #34373B;
	color: #CDCDCD;
	font-size: 11px;
	padding-bottom: 10px;
	background: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}

#author p {
        margin-top:40px;
	}

/* Wrapper */

#roma_design a:link { font-weight: bold; }

#roma_design a:visited { font-weight: bold; }

#roma_design a:hover, #calling a:active { }

/* Content */

#content .original p.img { float: left; margin: 0 15px 0 0; }

#content .original p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

/* Sidebar */

.pack
{
	/*padding: 5px 10px;*/
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: top;
	/*background: #2C2F33;*/
	/*border: 1px solid #212326;*/

}

.article {
padding-left: 10px;
width: 640px;
margin-left: -20px;
}


#left {
	width: 60px;
	float: left;
}

.floatL{
float:left;
}
.ClearL{
clear: left;
}
.marginL10{
margin-left:10px;
}
.marginL20{
margin-left:20px;
}
.marginB10{
margin-bottom:10px;
}
.marginB20{
margin-bottom:20px;
}

.textL{ 
text-align: left;
}

.textT{ 
vertical-align:top;
}
