@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0;}

body { background:#FFF; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#FFF}

#container {width: 1050px; height:2100px; background-image:url(images/Visually-Touched-Design.jpg); background-position:top; background-repeat:no-repeat; margin:auto;  -webkit-background-size: 1050px 2100px; }

#welcome {width: 1050px; height:500px;}
#navrow {width: 1050px; height:50px;}
#nav {padding-left:85px; padding-top:8px;}
#welcome-left {width:550px; float:left; margin-left:105px; margin-top:20px; text-align:center;}
#welcome-left h1 {font-size:24px; font-weight:bold; padding-bottom:30px; padding-top:30px;}
#welcome-left h2 {font-size:18px; font-weight:bold; color:#999;}


#about {width: 1050px; height:510px;}
#about-left {width:550px; float:left; margin-left:105px; margin-top:30px; text-align:left; font-size:15px;}
#about-right {width:260px; float:right; margin-right:105px; margin-top:30px; text-align:center; font-size:12px; line-height:18px; color:#333; font-style:italic;}
#about-right strong {color:#FFF; font-style:normal; font-weight:bold;}

#services {width: 1050px; height:500px;}
#services-left {width:550px; float:left; margin-left:105px; margin-top:30px; text-align:left; font-size:15px;}
#services-right {width:260px; float:right; margin-right:105px; margin-top:30px; text-align:center; font-size:12px; line-height:18px;}
#services-right strong { font-size:14px; font-weight:bold;}

#contact {width: 1050px; height:500px;}
#contact-left {width:550px; float:left; margin-left:105px; margin-top:30px; text-align:left; font-size:15px;}
#contact-left strong { color:#bc2528}
#contact-right {width:260px; float:right; margin-right:105px; margin-top:30px; text-align:center; font-size:12px; line-height:18px;}
#contact-right strong { font-size:14px; font-weight:bold;}
#contact a:link, #contact a:visited, #contact a:active { color:#FFF; text-decoration:underline;}
#contact a:hover { color:#bc2528; text-decoration:underline;}

#footer {width: 1050px; height:90px;}
#footerbox {font-size:14px; text-align:center; padding-top:30px;}
#footerbox strong {color:#bc2428; font-weight:normal;}

#about-left h3, #about-right h3, #services-left h3, #services-right h3, #contact-left h3, #contact-right h3 {font-size:30px; padding-bottom:30px; color:#FFF; font-weight:normal;}
#services-left h4, #services-right h4 {font-size:20px; padding-bottom:10px; color:#FFF; font-weight:normal;}
