/* Body Elements */
body {

background-color:#000;
color:#fff;
margin-top:50px;
margin-bottom:60px;
font-size:13pt;
font-family:sans-serif, Arial, Verdana, Helvetica, Tahoma;
line-height:1.25em;
text-align:justify;
}

#container {

width:685px;
margin:0 auto;
}

#menu {
width:188px;
height:332px;
padding-top:320px;
padding-right:40px;
float:left;
background-repeat:no-repeat;
text-align:right;
direction:rtl;
}

#menu ul {

list-style-type:none;

}

#menu li {

padding-bottom:10px;

}

.logo1 {
font-family: sans-serif, Arial, Verdana, Helvetica, Tahoma;
font-weight:lighter;
font-size:3.5em;
}

.logo2 {
font-family: sans-serif, Arial, Verdana, Helvetica, Tahoma;
font-weight:bold;
font-size:3.5em;
color:#fff;
}

#content {
direction:rtl;
float:right;
padding:10px;
width:427px;


}

#author {
font-size:11pt;
font-family:Courier New, sans-serf, Arial, Tahoma;
text-align:left;
color:#444;
line-height:1em;
}

#comms {
font-size:11pt;
font-family:Tahoma, sans-serf, Arial;
color:#444;
line-height:1em;
direction:rtl;
float:right;
width:427px;
}

#footer {
clear:both;
background-image:url("images/footer.jpg");
background-repeat:no-repeat;
background-position:325px 0px;
width:675px;
height:21px;
padding:5px 10px 0px 0px;
margin:0 auto;
color:#404040;
font-size:.8em;
text-align:right;

}

/* Text Effects */
a {
text-decoration:none;
}

#footer a {
color:#717171;
}

a:hover {
text-decoration:underline;
}

h1 {
color:#fff;
font-size:2em;
font-family: sans-serif, Arial, Verdana, Helvetica, Monospace, Tahoma;
}

h2 {
color:#bbb;
font-size:1.5em;
}

h3 {
color:#999;
font-size:1.5em;
font-weight:normal;
margin-bottom:5px;
font-family:Arial, sans-serif, Tahoma;
}

/* Element Effects */
textarea {
direction:rtl;
font-family: sans-serif, Arial, Verdana, Helvetica, Tahoma;
font-size:1em;
width:350px;
color: #fff;
background: #222;
}

input, select {
direction:rtl;
font-family: sans-serif, Arial, Verdana, Helvetica, Tahoma;
font-size:1em;
width:150px;
color: #fff;
background: #222;
}

input:hover, select:hover, textarea:hover {
background: #333;
}

form {

width:350px;
margin:right;
}

blockquote {
width:90%;
margin:0 auto;
margin-bottom:20px;
border-color:#999;
border-width:1px;
border-style:solid;
background-color:#333;
padding:0px 15px 0px 15px;
}

hr {
width:98%;
height:0;
border:0;
}

img{
border:0px;
}

img.avatar { float:right; padding-left:5px; }
.alignleft {float:left;}
.alignright {float:right;}
