/*
      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: Georgia serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 952px;
}
#faux {
 background: url(images/border.png) #ffffff;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 932px;
 background: url(images/header.png) no-repeat;
 padding: 10px;
 height: 178px;
 margin: 10px 0px 0px 0px;
 

}

#navigation {
 color: #ffffff;
 width: 932px;
 background: url(images/navigation.png) #27146f;
 padding: 5px;
 height: 20px;
 margin: 0px 0px 0px 0px;
 font-size: 1.3em;
 font-weight: bold;
}

#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 380px;
 float: right;
}
#leftcolumn { 
 float: left;
 color: #333;
/* border: 1px solid red;*/
 margin: 10px;
 padding: 0px;
 width: 522px;
 display: inline;
 position: relative;
}
#footer { 
 width: 932px;
 clear: both;
 color: #333;
 height: 90px;
 background: url(images/footer.png) no-repeat;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}
.clear { clear: both; background: none; }

p {
	margin: 20px;
	font-size: 1.3em;
	line-height: 1.7em;
	color:#27146f;
}


table {
	color:#27146f;
	margin:10px;
	line-height: 2em;
}

td {
	margin-bottom:20px;
}

a {
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	padding: 5px 20px 5px 20px ;
	border-right: 1px solid #675697;
	letter-spacing:0.06em;
	
	
}

.textlink {
	font-size: inherit;
	color: #675697;
	text-decoration: none;
	padding: 0px ;
	letter-spacing:0.06em;
	border: 0px solid;
		letter-spacing: 0px;
	font-variant: normal;
}

.textlink:hover {
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
	padding: 0px ;
	letter-spacing: 0px;
	font-variant: normal;
	background: transparent;
	border: 0px solid;
}


a:hover {
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	padding: 5px 20px 5px 20px ;
	font-variant: small-caps;
	background: #675697;
   letter-spacing:0px;
	border-right: 1px solid #675697;
}

.active {
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	padding: 5px 20px 5px 20px ;
	font-variant: small-caps;
	background: #675697;
   letter-spacing:0px;
	border-right: 1px solid #675697;
}

.teaser {
	width: 250px;
	border: 2px solid #27146f;
	padding: 20px;
	margin: 25px 25px 0px 25px;
	  -moz-border-radius-bottomleft:20px;
     -khtml-border-radius-bottomleft:20px;
	  -moz-border-radius-topright:20px;
	  -khtml-border-radius-topright:20px;
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;
	color: #27146f;

}

img {
	margin: 10px 20px;
	border: 0px solid;
}

h1 {
	color:#27146f;
	font-size: 1.7em;
	margin: 30px 0 0 20px;
}