/*
Author:		Aodhan
Version:	1.4
*/

/* global */

body	{ background-position: 0px 0px; background-repeat:repeat-x; background-image: url(../imgs/background2.jpg); font-family: verdana, sans-serif, Arial; text-decoration:none; font-size: 9px; color: #666; line-height: 17px; background-color: black;}

img	{ border-width: 0px; }
p 	{ margin: 9px 0px 0px 1px; padding: 0px; }
ul	{ list-style-type: none; margin: 0px 0px 0px 2px; padding: 0px;    }
li	{ float: left; margin: 11px 7px 0px 0px; }

a:link 		{ color: #000; text-decoration: none; }
a:visited 	{ color: #000; text-decoration: line-through; }
a:hover 	{ color: #fff; text-decoration: none; background-color: #66ccff; }
a:active 	{ color: #000; text-decoration: none; }

h1	{ font-size: 140%; font-weight:normal; color: #000000; margin: 10px 0px 0px 1px; font-family: "Trebuchet MS",Trebuchet,Arial;}
h2	{ font-size: 110%; font-weight:bold; text-decoration:none; color: black;  margin: 8px 0px 0px 0px; font-family: "Trebuchet MS",Trebuchet,Arial;}
#headlink a:link 	{ color: #fff; background-color: #66ccff; text-decoration:none;}
#headlink a:visited { color: #fff; background-color: #66ccff; text-decoration: line-through;}
#headlink a:hover 	{ color: #000; background-color: #ffffff; text-decoration:underline;}
#headlink a:active 	{ color: #fff; background-color: #66ccff; text-decoration:none;}

#frame {border: 0px; width: 100%; height: 500px;}


/* layout */

.row		{ margin-bottom: 10px; float: left; clear: left; width: 760px; border: none; background-image: url(../imgs/transparent.png); -moz-border-radius: 7px; -webkit-border-radius: 7px; }
.row2		{ float: left; clear: left; border: none; width: 760px; height: 10px; background-image: url(../imgs/transparent2.png);}
.id			{ border: 0px; margin-bottom: 10px; background-image: none; }
.title		{ float: left; width: 210px; padding-left: 10px;}
.col		{ float: left; width: 260px; padding-left: 10px; padding-bottom: 8px;}
.content	{ float: left; clear: left; width: 910px; border-top: 1px solid black;}
.double		{ float: left; width: 656px; padding-bottom: 0px; border-left: 1px dotted #cccccc; border-top: 0px dotted #cccccc; border-bottom: 0px dotted #cccccc; border-right: 0px; margin-top: 10px; margin-bottom: 10px;}
.last { width: 220px; }
.footer { margin-bottom: 30px; }
.container { margin-left: 20px; margin-bottom: 20px; margin-top: 20px; float: left; clear: left;}