/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family:Times New Roman, Times, Serif;
 font-size: Medium;
 background-color:#000000;
 background-image:url(../images/Backgroundpattern.jpg);
 background-repeat:repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
 background-image:url(../images/topgrad.gif);
 background-repeat:repeat-x;
 background-position:0 152px;
 background-color:#cc0000;
 min-height: 600px;
 height:auto !important;

}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 0px;
 border-bottom: 2px solid #ffcc00;
 height: 150px;
 margin: 0px 0px 0px 0px;
 background: #000000;
 text-align:center;
 border-bottom:solid 2px #ffCCs00;
}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
/* background: #cc0000; */
 background-image:url(../images/topgrad.gif);
 background-repeat: repeat-x;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 
 width: 145px;
 float: left;
}
#Navigation { 
 color: #333;
 border: 0px solid #ccc;
/* background: #cc0000; */
 background-image:url(../images/chainsaw3.gif);
 background-repeat: no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 20px 0 0 0;
 height: 500px;
 width: 145px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #000;
 border: 0px solid #ccc;
 /* background: #cc0000; */
 margin: 0px 0px 0px 0px;
 padding: 0px;
 min-height: 500px;
 height:auto !important;
 width: 755px;
 display: inline;
 text-align:center;
}
#footer { 
 width: 900px;
 clear: both;
 color: #cc0000;
 border: 0px solid #ccc;
 background: #000000;
 margin: 10px 0px 0px 0px;
 padding: 0px;
 text-align:center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.clearboth {
clear:both;
height:0px;
font-size:0px;
line-height:0px;
margin:0px;
padding:0px;
} 
h1, h2, h3, h4, h5, h6
{
    color:#ffcc00;
}

.mylinebreak 
{
    margin-bottom:10px;
}
.Que
{
    color:#ffcc00;
    font-weight:bold;
}
.Ans
{
    color:#000;
    margin:0 0 10px 0;
}
.Cred_1
{
    color:#ffcc00;
    font-weight:bold;
    float:left;
    border:solid 0px blue;
    width:100px;
    font-size:large;
}
.Cred_2
{
    color:#000;
    margin:0  1em 1em 0;
    border: solid 0px white;
    width:110px;
    float:left;
    font-size:medium;
}