/* CSS Document */
html *{
margin:0px;
padding:0px;
}

body{
background-color:#231f20;
font-family:Courier;
font-size:14px;
color:#FFFFFF;
text-align:justify;
}

a{color:#ccc; text-decoration:none;}
h1{font-size:18px;}
.clr{clear:both;}
.lft{float:left;}
.rgt{float:right;}

#page_holder{
margin:0px auto 0px auto;
padding:0px auto 0px auto;
background:#231f20;
width:960px;
height:auto;
}

/* home page */

.main_outer{
width:100%;
padding:87px 0px 40px 0px;
}

.main_outer p{
margin:10px 0px 10px 0px;
}

#welcome_img{
background:url(images/home_img.jpg);
width:203px;
height:275px;
}

#welcome_logo{
background:url(images/rw_logo.jpg);
width:203px;
height:184px;
}

#welcome_text{
background:url(images/dream_text.jpg);
width:407px;
height:86px;
margin:5px 0px 15px 0px;
}

.welcome_text_left{
float:left;
padding:15px 0 0 27px;
width:34%;
height:auto;
}

.welcome_text_left p{
margin: 5px 0;
}

/* about us */

#about_main{
clear:both;
background:transparent url(../images/background_logo.jpg) no-repeat scroll right 100%;
height:580px;
*height:510px;
margin:87px 0px 0px 0px;
}

.about_text{padding:10px 0px 0px 0px; width:100%}

#about_right_box{
width:70%;
padding:10px 100px 0px 0px;
float:right;
font-size:14px;
} 
#about_right_box a{
color:#FF0000;
text-decoration:none;
} 
#about_right_box p{
	margin: 12px 0;
}

#about_arrow{
float:right;
width:100px;
height:auto;
padding:35px 32px 25px 0px;
}
.about_creative{
float:left;
width:auto;
height:auto;
padding:35px 0 25px 24px;
}
/* gallery */

#gallery_main{
width:100%;
padding:87px 0px 0px 0px;
}

#gallery_left_menu{
padding:11px 0px 0px 0px;
width:15%;
font-size:13px;
float:left;
}
#gallery_left_menu ul{
margin:0px 0px 0px 24px;
padding:10px 0px 0px 0px;
}

#gallery_left_menu li{
display:list-item;
list-style-type:none;
margin:2px 0px 2px 0px;
}
#gallery_left_menu a{color:#fff; text-decoration:none;}


#gallery_right_box{
width:85%;
float:left;
} 

#gallery_right_box p{
width:85%;
padding:15px 0px 15px 15px;
float:left;
} 
.gallery_img_outer{
float:left;
width:160px;
height:130px;
margin:0px 15px 19px 15px;
}

.gallery_img_outer a{
color:#FF0000;
text-decoration:none;
font-size:14px;
}

#gallery_arrow{
float:right;
width:100px;
height:auto;
margin:10px 15px 25px 0px;
}

/* contact us */

.field{
float:left;
padding:5px 0 0;
width:100%;
}

.field label{
float:left;
width:55%;
margin:5px 0px 0px 0px;
}

.field input,textarea{width:42%; background:none; border:1px solid #838383; color:#838383; overflow:auto;}

.welcome_text_right{
float:left;
width:53%;
height:auto;
padding:15px 0px 0px 0px;
}
.bnt{
	float:right;
margin:5px;
width:43%;
}
.bnt input{

}

#contact_right_box{
width:83%;
float:left;
padding:10px 0px 0px 0px;
margin: 0px auto;
} 

#contact_right_box h1{
font-size:16px;
margin:0px 0px 10px 0px;
} 

#contact_right_box h2{
font-size:14px;
} 

#contact_right_box h3{
font-size:12px;
margin:150px 0px 10px 0px;
} 

#logo_dream{
background-image:url(images/logo_dream.jpg);
width:360px;
height:363px;
}
.contact_text_left{
width:63%;
padding:10px 175px 0px 0px;
float:right;
font-size:15px;
}
.contact_text_left a{
color:#FF0000;
text-decoration:none;

} 
