/*------------------------------------*/
/* Rest All Fields                    */
/*------------------------------------*/
*{
padding: 0px;
margin: 0px;}

html, body{font-size: 120%;}

/*------------------------------------*/
/* Universal Page Settings            */
/*------------------------------------*/

body{
overflow: scroll;
font-size: 100%;
height: 100%;
background-color: #99cc33;
background-image: url(../img/background.png);
background-repeat: repeat-x;
font-family: Arial, Helvetica;}

/*------------------------------------*/
/* Container                          */
/*------------------------------------*/

#container{
background-color: #ffffff;
padding-left: 50px;
height: 100%;
width: 1020px;}

/*------------------------------------*/
/* List                               */
/*------------------------------------*/

ul{
font-size: 85%;
line-height: 1em;}

li{
list-style: none;}

.links> ul > li{padding-bottom: 20px;}

/*------------------------------------*/
/* Code Divs                          */
/*------------------------------------*/

.code, .quote{
font-size:80%;}



.code{float: left;}

.quote{color: #006600;}

/*------------------------------------*/
/* Colours for Code & Comments        */
/*------------------------------------*/

.green{color: #006600;}

.red{color: #ff0000;}

.blue{color: #0000ff;}

.navy{color: #000099;}

.purple{color: #990099;}

.grey{color: #999999;}

/*------------------------------------*/
/* Content Settings                   */
/*------------------------------------*/

p.written{
width: 480px;
padding: 15px 0 0 0;}

#external{
font-family: Arial, Helvetica;}

a{
text-decoration: none;
color: #338800;}

a:hover{color: #99cc33;}

.small{font-size: 80%;}

.article{width: 50%;}

/*------------------------------------*/
/* Headers                            */
/*------------------------------------*/

h1{
font-size: 700%;
padding-top: 50px;}

h2{
font-size: 300%;}

h3{ font-size: 150%;}

h2, h3, h4{padding: 20px 0 10px 0;}

/*------------------------------------*/
/* Form Settings                      */
/*------------------------------------*/
	
fieldset{
width: 480px;
padding: 10px;}

form{}

input, textarea{
width: 460px;
margin: 5px;}

.inside{margin-left: 5px;}

.button{width: 100px;}

/*------------------------------------*/
/* Images                             */
/*------------------------------------*/
	
#images{
height: 100px;
width: 250px;
margin-left: 10px;
border: 1px solid #000000;}

#box{width: 50%;}

/*------------------------------------*/
/* Images                             */
/*------------------------------------*/

#footer{
margin-top: 50px;
padding-bottom: 50px;}