/*// GLOBAL STYLES //////////////////////////////////////*/

* {margin:0; padding:0;}

body {font-family:Arial, Helvetica, sans-serif; font-size:62.5%;}

style1{font-family:Arial, Helvetica, sans-serif; font-size:69%;}

a:hover {text-decoration:none;}



/*// CONTAINER BLOCKS ///////////////////////////////////*/

#wrap {width:1000px; margin:0 auto; border:1px solid #333; height:100%;}

#header {height:215px; background:#283891 url(images/header.jpg) no-repeat; border-bottom:4px solid #283891;}

#content {height:100%; overflow:hidden;}

#left {float:left; width:250px; background:#b0da74; height:100%;}

#right {float:right; width:748px; background:url(images/snaplogo.jpg) 98% 98% no-repeat; height:100%;}

#infoleft {margin:15px 10px; color:#006; font-size:1.4em; line-height:1.4em; font-weight:bold;}

#blue {background:#006; color:#fff; padding:6px; font-size:.85em;}

#footer {background:#006; height:25px; clear:both;}



/*// CONTAINER STYLES ///////////////////////////////////*/

#header p {color:#fff; font-size:1.55em; float:right; padding:6px 15px 0 0;}

#header p a {color:#afda73;}



#left ul {margin:10px 10px 0 15px;}

#left ul li {list-style-type:none; padding:7px 0;}

#left ul li a {color:#006; font-size:1.5em; text-decoration:none; font-weight:bold;}

#left ul li a:hover {color:#66d;}



#infoleft div {background:#fff; border:1px solid #333; padding:6px; margin-bottom:10px;}

#infoleft p {color:#006; font-weight:bold; font-size:.9em;}



#right h1 {font-size:2.5em; color:#006; margin:15px 0 5px 15px;}

#right p {margin:0 10px 15px 20px; line-height:1.5em; font-size:1.5em;}

#right a {color:#006;}



/*// CLASSES ////////////////////////////////////////////*/

.left {float:left;}

.right {float:right;}

.center {text-align:center;}