/* CSS Document */

body {
background:#e3e3e3 url(../images/bg-main.jpg) top repeat-x fixed;
margin:0 0 50px 0;
}

#header {
background:#000000;
height:40px;
}

#main {
padding:15px;
}

#profile {
padding:25px;
}

#menu {
background:#dbdbdb url(../images/bg-bot.jpg) bottom repeat-x;
}

/* Font Style */
.nav, .nav a, .nav a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
text-decoration:none;
letter-spacing:0px;
}

.nav a:hover {
color:#ffd800;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#999999;
font-weight:normal;
letter-spacing:-1px;
}

.txt-black {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
}

.txt-black2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#333;
line-height:24px;
}

.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}

.footer2 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ccc;
}

.input {
border:1px solid #ccc;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#333333;
letter-spacing:1px;
}