/* CSS Document */

body {
	font-family:Tahoma, Verdana, Arial;
	font-size:70%;
	color:#CCCCCC;
	margin:0px 0px 0px 0px;
	background-image:url(images/bg.jpg);
	background-color:#7e7e7e;
	background-repeat:repeat-x;
}

#content {
	width:750px;
	padding:5px 5px 5px 5px;
	margin:0 auto 0 auto;
	line-height:1.2;
}

#heading {
	padding:0px 0px 10px 0px;
	border-bottom:#666666 solid 1px;
}

#main {
	padding:5px 0px 5px 0px;	
}


#icons {
	text-align:center;
	padding:3px 0px 20px 0px;
	float:left;
	width:140px;
	height:90px
/*	margin:0px 0px 0px 10px;*/
	
}

#blogImage {
	padding:20px 0px 0px 35px;
}


#title {
	clear:both;
}

#imageRight {
	float:right;
	padding:0px 0px 20px 0px;;
}
#imageLeft {
	float:left;
	padding:0px 0px 20px 0px;;
}

.headingText {
	font-size:14px;
}


#footer {
	clear:both;
	text-align:center;
}

/*Text*/

.footer {
	font-size:10px;

}

/*Links*/



a:link {
	text-decoration:none;
	color:#CCCCCC;
}

a:visited {
	text-decoration:none;
	color:#CCCCCC;
}

a:hover {
	text-decoration:underline;
	color:#ef0284;
}

a:link.crumbs {
	text-decoration:underline;
	color:#CCCCCC;
}

a:visited.crumbs {
	text-decoration:underline;
	color:#CCCCCC;
}

a:hover.crumbs {
	text-decoration:underline;
	color:#ef0284;
}

a:link.ul {
	text-decoration:underline;
	color:#ef0284;
}

a:visited.ul {
	text-decoration:underline;
	color:#ef0284;
}

a:hover.ul {
	text-decoration:underline;
	color:#ef0284;
}

