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

body{ background:#000; font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:/*#6D93CF*/#efefef; margin:0px; }
#top{ margin-top:64px; padding:0px; text-align:center; width:100%; border-bottom:4px solid #dedede; background-image:url(images/top_bg.png); background-repeat:repeat-x;}
#header{ width:760px; height:74px; margin:0 auto 0 auto; background-image:url(images/designbyvh_logo.png); background-repeat:no-repeat; text-align:right;}
#menu{ margin:10px auto 0 auto; width:760px; height:20px; }
#menu a{ font-weight:bold; color:#F93CA4/*#B0CEEE*/; text-decoration:none;}
#content{ width:760px; margin:30px auto 0 auto; }
#left_column{ width:46%; float:left; background-color:#000; border:1px dashed #ccc; padding:8px;}
#right_column{ width:46%; float:right; background-color:#000; border:1px dashed #ccc; padding:8px;}
#contact{ position:fixed; bottom:8px; left:8px; width:500px; height:50px; background-image:url(images/contact_details.png); background-repeat:no-repeat; }
#copyright{ position:fixed; bottom:8px; right:8px; font-size:9px; }
#copyright a{color:#fff; text-decoration:none;}

h1{ font-size:12px; font-weight:bold; line-height:16px; margin:0px; padding-top:16px; color:#fff;}
h2{ font-size:28px; font-weight:normal; line-height:20px; margin:0px; margin-top:0px; margin-bottom:20px; color:#F93CA4/*#B0CEEE/*#FE5C54*/;}
.text a{ text-decoration:none; font-weight:bold; color:#5191D7; }
.text{ line-height: 16px; text-align:left; }