/* CSS Document */

#content {
font-family:verdana;
font-size:13px;
/* float it to the left of the right sidebar */
float: right;
position: relative;
width: 570px;
text-align:justify;
}

#content a{
text-decoration:none;
}

#content a:hover{
text-decoration:underline;
}

#footer {
padding: 6px 6px 6px 6px;
border: 2px solid #690111;
border-left-width:20px;
border-right-width:20px;
text-align:center;
font-family: Verdana;
font-size:11px;
margin:30px;
margin-left: 75px;
margin-right: 75px;
}

#footer a{
text-decoration: none;
}

#footer a:hover{
text-decoration:underline;
}

body {
background:url(images/bg.jpg);
background-repeat:repeat-x;
background-position:top left;
font-family: Verdana, Arial;
font-size: 11px;
color: #690111;
text-align:justify;
background-color:#FFFFFF;
}

body a{
color:#bf001d;
text-decoration: none;
font-weight:bold;
}

b{
color:#de672c;
font-weight:bold;
}

i{
color:#fca12a;
}

h1{
color:#690111;
padding: 6px 6px 6px 6px;
border: 2px solid #690111;
border-left-width:20px;
border-right-width:20px;
text-align:center;
font-family: Verdana;
font-size:17px;
font-variant:small-caps;
margin-left:15px;
margin-right:15px;
margin-bottom:7px;
font-weight:bold;
}

h2{
background: transparent;
border-bottom: 2px dotted #d15321;
color: #d15321;
display: block;
font-family: Verdana;
font-size: 14px;
font-variant: small-caps;
font-weight: bold ;
line-height: 15px;
text-align: center;
text-decoration: none;
margin-left:40px;
margin-right:40px;
}

h3{
background: transparent;
color: #a72f00;
display: block;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
text-align: left;
text-decoration: underline;
margin-left:15px;
font-variant:small-caps;
}

#nav{
position: relative;
float: left;
margin-left: 10px;
width:200px;
}

#nav .header{
font: arial;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
background-image:url(images/menu.jpg);
background-position: center left;
background-repeat:repeat-x;
text-align:center;
padding: 15px 0px 0px 0px;
height:30px;
font-variant:small-caps;
}

#nav .sub{
color:#690111;
font:verdana;
font-size:11px;
font-weight:bold;
border: 2px solid #690111;
border-left-width:10px;
border-right-width:10px;
padding: 4px 4px 4px 4px;
text-align:center;
text-decoration:line-through;
margin-bottom:5px;
}

#nav .suba{
color:#b0031d;
font:verdana;
font-size:11px;
font-weight:bold;
border: 2px solid #b0031d;
border-left-width:10px;
border-right-width:10px;
padding: 4px 4px 4px 4px;
text-align:center;
margin-bottom:5px;
}

#nav .suba a,a:visited{
color: #b0031d;
}

#nav .suba a:hover{
background-color:#ff954e;
padding: 4px 10px 4px 10px;
}


.codesort img { 
border: 5px #d15321 solid;
background-color: #d15321;
margin: 3px;
}

.codesort img:hover {
	border: 5px solid #690111;
	background-color: #690111;
}

.imge { 
border: 5px #d15321 solid;
background-color: #d15321;
margin: 3px;
}

.imge:hover {
	border: 5px solid #690111;
	background-color: #690111;
}

