/* -- © 2004, Lister XIV -- */

/* -- everywhere... -- */

body {
    background-color: #EDEDED;
	background-image:url(tree.jpg); /* -- original picture from www.csszengarden.com --*/
	background-position: top right;	
    background-repeat: no-repeat;
	color : #3B6E99;
}
h1 {
	margin-top: 15px;
	margin-bottom: 35px;
	left: 40px;
	font-size : 19px;
	letter-spacing : 2px;
    color : #FFAB2D;
	font-weight : lighter;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 2px;
	width: 300px;
	font-size : 17px;
    color : #3A6D98;
	border-top : 1px solid #4790B6;
	border-left: 2px solid #4790B6;
	background-image: url(bg2.jpg);
	background-position: bottom right;	
    background-repeat: no-repeat;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	margin-top: 4px;
	margin-left: 10px;
	font-size : 14px;
    color : #4580B4;
	border-bottom: 2px dotted #ededed;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h3 a {
	color : #38A366;
	background-color : transparent;
}
h3 a:hover {
	color : #1E9D95;
}
a {
	color : #447073;
	text-decoration: none;
	background-color : #fff;
}
a:hover {
	color : #00AA01;
	text-decoration : underline;
}
acronym{
border-bottom: 1px dotted #000;
cursor : help;
}
p{
    margin-top : 2px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
    text-align : justify; 
	font-size : 12px;
	color : #3B6E99;
	font-weight : lighter;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* -- left hand side container -- */

/* -- everywhere... within this container -- */

#left {
	float : left;
	height: 450px;
	background-image:url(security.jpg);
	background-position: bottom left;	
    background-repeat: no-repeat;
	border-bottom: 2px dotted  #4790B6;
}
#nav {
	float : left;
	margin-top: 15px;
    background-image:url(shrooms.jpg);  /* --> original picture from www.digtalblasphemy.com -- */
	background-position: top left;	
    background-repeat: no-repeat;
	width: 210px;
	height: 365px;
}

/* -- left hand side main link features -- */

#nav a {   
    font-weight : bold;
	text-decoration : none;
	color: #000;
}
#nav a:hover {
    font-weight : bold;
	text-decoration : none;
	color: #515151;
}

/* -- logo -- */

.logo{
	position : relative;
	top: 2px;
	left: 2px;
}
.logo img { 
	border : none;
}

/* -- all unordered list items have this in common -- */

#nav ul {
	margin: 0;      /* --> removes indent IE and Opera -- */
	padding: 0;      /* --> removes indent Mozilla and NN7 -- */
	list-style-type: none;     /* --> turns off display of bullet -- */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* -- list item classes / positioning (this is the fiddly bit) -- */

#nav li.xx {
    margin-top: 30px;
	margin-left: 29px;
}
#nav li.xy {
	margin-top : 12px;
	margin-left : 29px;
}
#nav li.xz {
    margin-top: 18px;
	margin-left: 79px;
}
#nav li.xw {
	margin-top : 25px;
	margin-left : 59px;
}
#nav li.xv {
	margin-top : 9px;
	margin-left : 58px;
}

/* -- common & different parameters for layout / behaviour of the navigation links  -- */

#nav a.a {
	display : block;
	border : 1px solid #3368b7;
	height: 18px;
    width : 50px;
    background-image:url(1.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
#nav a.b {
	display : block;
	border : 1px solid #3368b7;
	height: 18px;
    width : 30px;
    background-image:url(2.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
#nav a.c {
	display : block;
	border : 1px solid #3368b7;
	height: 18px;
    width : 95px;
    background-image:url(3.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
#nav a.d {
	display : block;
	border : 1px solid #3368b7;
	height: 18px;
    width : 95px;
    background-image:url(4.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
#nav a.e {
	display : block;
	border : 1px solid #3368b7;
	height: 18px;
    width : 95px;
    background-image:url(5.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
#nav a.a:hover {
    background : transparent;
	border-top: 1px dotted #fff;
	border-right: 1px dotted #fff;
	border-bottom: 1px solid #ffab2d;
    border-left: 1px solid #ffab2d;
}
#nav a.b:hover {
	background : transparent;
	border-top: 1px dotted #fff;
	border-right: 1px dotted #fff;
	border-bottom: 1px solid #ffab2d;
    border-left: 1px solid #ffab2d;
}
#nav a.c:hover {
    background : transparent;
	border-top: 1px dotted #fff;
	border-right: 1px dotted #fff;
	border-bottom: 1px solid #ffab2d;
    border-left: 1px solid #ffab2d;
}
#nav a.d:hover {
	background : transparent;
	border-top: 1px dotted #fff;
	border-right: 1px dotted #fff;
	border-bottom: 1px solid #ffab2d;
    border-left: 1px solid #ffab2d;
}
#nav a.e:hover {
	background : transparent;
	border-top: 1px dotted #fff;
	border-right: 1px dotted #fff;
	border-bottom: 1px solid #ffab2d;
    border-left: 1px solid #ffab2d;
}


/* -- main area -- */

/* -- everywhere... in the main area -- */

#main {
    float: left;
	margin-left: 20px;
	width: 450px;
	height : auto;
	background-color : transparent;
}

/* -- those bits with the 'coloured' border on the left...  see individual CSS in html file for background images -- */

.main {
    width: 95%;
    margin-top : 5px;
	margin-right : 10px;
    margin-left: 10px;
	padding-top: 5px;
	padding-left : 2px;
	background-color : transparent;
	background-position: top left;	
    background-repeat: repeat-y;
}

/* -- cos i felt like this -- */

.header {
    margin-left: 20px;
    width: 380px;
	height: 20px;
	background-image: url(bg.jpg);
	background-position: top left;	
    background-repeat: no-repeat;
}

.copyinfo {
    float: right;
	margin-top: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.copyinfo img {
	border : none;
}

/* -- formatting of those tables used within the cv -- */

.td1	{
 width: 100px;
 padding: 0px;
 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
 font-size: 11px;}
.td2	{ 
 width: 150px;
 padding: 0px;
 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
 font-size: 11px;}
.td3	{ 
width: 35%;
padding: 2px;
font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 12px;
border-top: 0px;
border-right: 0px;
border-bottom: 1px dotted #4682B4;
border-left: 0px;}
.td4	{ 
width: 60%;
text-align : justify;
padding: 2px;
font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 12px;
border-top: 0px;
border-right: 0px;
border-bottom: 1px dotted #4682B4;
border-left: 0px;}

/* -- links, links, links... --*/

a.links {
	color : #447073;
	text-decoration: none;
	background-color : transparent;
	font-weight : bold;
}
a.links:hover {
	color : #00AA01;
	text-decoration : underline;
}

/* -- navigation on the right --*/

#right {
	float : right;
	width: 90px;
	margin-top: 200px;
	margin-right: 15px;
	text-align : right;
	font-weight: bold;
}
#right a {
	color : Black;
	background-color : transparent;
}
#right a:hover {
    color: #008082;
}
#right ul {
	margin: 0;      /* --> removes indent IE and Opera -- */
	padding: 0;      /* --> removes indent Mozilla and NN7 -- */
	list-style-type: none;     /* --> turns off display of bullet -- */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
#right li {
	margin-top: 2px;
}
#right img {
	border: none;
}

/* -- validation -- */

.w3c {
	margin-top: 20px;
}
.w3c img {
	border: none;
}