* {
    padding: 0;
    margin: 0;
} 

body {
background: #69799A url(images/marble_bg.jpg);
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #fff;
line-height: 18px;
}

h2 {
font-style: italic;
font-weight: 500;
font-size: 17px;
font-family: Georgia, Times, serif;
}
img { border: none; }
a { color: #69799A; }
a:hover { text-decoration: underline; color : #fff; }
h3 { border-bottom: 1px solid #aaa; color: #ffffff; padding-bottom: 4px; margin: 0px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #999; }
h4 {
font-size: 15px;
font-weight: normal;
}

#wrap {
width: 800px;
margin: 20px auto;
}

#header {
background: #69799A url(images/header.jpg) no-repeat;
height: 133px;
}

#mj_bar {
background: #330066 url(images/mj_bar.jpg) repeat-x;
height: 25px;
line-height: 25px;
}

#mj_bar h1 {
color: #ffff00;
float: right;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
letter-spacing: 8.5px;
padding-right: 13px;
}

#content { 
padding: 0 20px;
background: #4E2784 url(images/content_bg.jpg) repeat-y;
}

#left{
padding: 13px 0;
width: 170px;
float: left;
}
#left h3 { font-size: 16px; border: none; padding: 0 0 0 10px; margin: 0; color: #000; }
#left ul { list-style-type: none; padding: 0px 0 20px 0px; }
#left ul li { padding: 0px 0 13px 0; }
#left ul li a { color: #ffff00; font-weight: 500; display: block; text-decoration: none; font-size: 14px;  }
#left ul li a:hover { color : #ffffff;}

#right {
padding: 20px 0 10px 20px;
width: 560px;
float: right;
font-size: 12px;
text-align: justify;
}
#right h3 { border-bottom: 1px solid #aaa; color: #ffff00;}
h4 a {color: #ffffff; font-weight: 400; font-size: 15px;}
h4 a:hover {color: #ffffff; font-weight: 400;}

#footer {
font-size: 10px;
color: #999;
text-align: center;
height: 25px;
background: #330066 url(images/mj_bar.jpg) repeat-x;
line-height: 25px;
}
#footer a { 
text-decoration: none;
}
#footer a:hover { 
text-decoration: underline;
}
.error {
color: #ffff00; font-weight: 600;
}
.thankyou {
color: #ffff00; font-weight: 600;
}

