/* Scottish CSS Document - Copyright 2006 The Templars */


/* SITE */

body {
    background-color:#EAEAEA;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
}

.site {
    width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

.logo {
	height: 108px;
	background-image: url(/images/logo_sc.jpg);
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

.spacer {
    height: 8px;
}

.separator {
    height: 25px;
	background-image:url(/images/separator.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

.left {
    width: 160px;
	background-color: #FFFFFF;
    border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 25px;
}

.right {
    width: 590px;
	background-color: #FFFFFF;
    border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 25px;
	text-align: justify;
}

/* MENU */

.menu {
	width: 100%;
	background-color: #FFFFFF;
}

.menu-heading, a.head:link, a.head:visited, a.head:hover, a.head:active {
    color:#666666;
	text-decoration: none;
	padding: 3px;
}

.menu-items {
   text-indent: 6px;
}

.menu-items, a:link, a:visited {
    padding: 3px;
	color: #000066;
	text-decoration: none;
}

.menu-items, a:hover {
    color: #FF0000;
	text-decoration: none;
}

.menu-line {
    height: 6px;
    border-bottom: 1px dashed #CCCCCC;
}

.menu-line2 {
    height: 6px;
}

/* HEADER */

.header {
    border: 1px solid #666666;
	height: 25px;
	background-color: #FFFFFF;
}

.header-content {
    width: 20%;
	padding: 5px;
	text-align: center;
}

/* FOOTER */

.footer {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 3px;
}

.footer-content {
	padding: 3px;
	text-align: center;
}

/* OTHER */

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 1.5;
	border: 1px solid #666666;
	padding:5px;
}

.promote {
    font-size: 11px;
	border: 1px solid #CCCCCC;
}