/* Write Concept Stylesheet */
/* Author: Allchorn Design */
/* URL: http://www.adesign.co.za/ */

/* Standard XHTML Elements */
body{
margin: 0;
padding: 0;
font-family: Verdana, Tahoma, sans-serif;
font-size: 12px;
background: #FFCC33 url("http://www.write-concepts.com/images/design/des-bg-tile.png") repeat-y top center; 
}

h1{}

h2{
font-family: Georgia, "Times New Roman", serif;
font-size: 1.6em;
}

h3{
font-size: 1.3em;
}

h4{
font-size: 1em;
}

a:link, a:active{color: #CDA429;}

a:hover{ text-decoration: none; }

div.hr hr{
display: none;
}

div.hr{
border-bottom: 1px solid #ccc;
}

img.alignleft{
float: left;
margin: 10px;
padding: 5px;
background: #eee;
border: 1px solid #ccc;
}

img.alignright{
float: right;
margin: 10px;
padding: 5px;
background: #eee;
border: 1px solid #ccc;
}

address{
font-style: normal;
}

table td{vertical-align: top;}

a img{ border: 0; }

#accessibility{ display: none; }

/* Containers */
div#container{
margin: 0 auto;
width: 750px;
}

div.wrapper{
float: left;
width: 750px;
}

div.col-l{
float: left;
width: 700px;
padding: 25px;
}

div.left-col{
float: left;
width: 140px;
padding: 170px 30px 0 30px;
font-size: 0.8em;
}

div.right-col{
float: left;
width: 525px;
line-height: 1.6em;
padding-right: 25px;
}

div.bot-col-left{
float: left;
width: 250px;
margin-top: 20px;
padding: 0px 25px;
border-right: 1px solid #CCC;
}

div.bot-col-right{
float: left;
width: 350px;
margin-top: 20px;
padding: 0px 25px;
}

div#header{
float: left;
width: 750px;
height: 160px;
background: url("http://www.write-concepts.com/images/design/des-header.jpg") no-repeat;
}

div#footer{
float: left;
width: 750px;
padding: 10px 0;
background: #333;
color: #fff;
text-align: center;
}

/* Inner Elements */

.link-logo{
float: left;
}
/* End Inner Elements */

/* Navigation */
div#nav{
margin: 99px 0px 0px 230px;
}

div#nav ul{
list-style: none;
margin: 0;
padding: 0;
}

div#nav ul li{
float: left;
}

div#nav ul li a{
color: #fff;
text-decoration: none;
}

div#nav ul li a, div#nav ul li.current{
display: block;
padding: 5px 12px 4px 12px;
}

div#nav ul li a:hover, div#nav ul li.current{
background: #BA9525;
color: #000;
}

div#footer ul{
list-style: none;
margin: 0;
padding: 0;
}

div#footer ul li{
display: inline;
padding: 0 10px;
border-right: 1px solid #fff;
}

div#footer ul li a{
color: #fff;
}

div#footer ul li a:hover{
text-decoration: none;
}

div#footer ul li.current{
color: #999;
}
/* Lists, text etc. */
a.lnkBlue{ color: #336699; }
div.bot-col-right h4{
margin: 0;
}
div.bot-col-right h4 a{
text-decoration: none;
}
div.bot-col-right h4 a:hover{
text-decoration: underline;
}
