/***********************************
CSS Document by TygoStudios
A Sondroyo Communications Network Group
December 27 2007 
Respect Copyright
************************************/

body {
	margin: 0;
	padding: 0;
	background: url(/framework/images/background.jpg);
	background-repeat: repeat-x;
	}
	
#titlebar {

	}
	
#navbar {
	
	}
	
#praiseimage {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	}


#content {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	}
	
.imgright {
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
	}
	
	
/**********************
link styles
***********************/

a {
	color: black;
	text-decoration: none;
	border-bottom: dotted #000000 1px;
	}
	
a:hover {
	color: black;
	text-decoration: none;
	border-bottom: dotted #C3650C 1px;
	}

	
/*for future reference with this particular issue - class tag on the td surrounding the link seems to work*/
/*also, maybe put this at the end of the css so it isn't messed with by other link tags*/
.nounderline A:link, .nounderline A:active, .nounderline A:visited, .nounderline A:hover {
	color: #8B2A24;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	}
	