@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #533a71;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
}

img {
border: 0;
}

img.purple {
border: 3px solid #533a71 ;
}

img.purple2 {
border: 2px solid #533a71 ;
}

img.green {
border: 3px solid #43a929 ;
}

/* regular links */

a:link { 
	color: #533a71;
	text-decoration: underline;
	}
	
a:visited { 
	color: #533a71;
	text-decoration: underline;
	}
	
a:active { 
	color: #533a71;
	text-decoration: underline;
	}	
	
a:hover {
	color: #5f9f4b;
	text-decoration:underline;
	}

/* top navbar links */

a:link#topnavlink { 
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:visited#topnavlink { 
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:active#topnavlink { 
	color: #FFFFFF;
	text-decoration: none;
	}	
	
a:hover#topnavlink {
	color: #c8b3d0;
	text-decoration:underline;
	}

/* sidebar links */

a:link#sidenavlink { 
	color: #000000;
	text-decoration: none;
	}
	
a:visited#sidenavlink {
	color: #000000;
	text-decoration: none;
	}
	
a:active#sidenavlink {
	color: #000000;
	text-decoration: none;
	}	
	
a:hover#sidenavlink {
	color: #5f9f4b;
	text-decoration:underline;
	}
	
	/* store links */

a:link#storelink { 
	color: #000000;
	text-decoration: none;
	}
	
a:visited#storelink {
	color: #000000;
	text-decoration: none;
	}
	
a:active#storelink {
	color: #000000;
	text-decoration: none;
	}	
	
a:hover#storelink {
	color: #5f9f4b;
	text-decoration:underline;
	}
	
	a:link#storeheaderlink { 
	color: #56377A;
	text-decoration: none;
	}
	
a:visited#storeheaderlink {
	color: #56377A;
	text-decoration: none;
	}
	
a:active#storeheaderlink {
	color: #56377A;
	text-decoration: none;
	}	
	
a:hover#storeheaderlink {
	color: #56377A;
	text-decoration: none;
	}
	
		a:link#bottomlink { 
	color: #CFC2D7;
	text-decoration: none;
	}
	
a:visited#bottomlink {
	color: #CFC2D7;
	text-decoration: none;
	}
	
a:active#bottomlink {
	color: #CFC2D7;
	text-decoration: none;
	}	
	
a:hover#bottomlink {
	color: #CFC2D7;
	text-decoration: none;
	}


/* text */

font#copytxt {
	font-size: 10px;
	color: #CFC2D7;
}

font#blacktxtxlg {
font-size: 14px;
	color: #000000;
}

font#blacktxtlg {
font-size: 13px;
	color: #000000;
}

font#blacktxtsm {
font-size: 12px;
	color: #000000;
}


p#heading {
	font-size: 14px;
	text-align: center;
}

.storetext {
	font-size: 11px;
	color: #000000;
}

.storeheader {
	color: #56377A;
	font-size: 16px;
	font-weight: bold;
}

/* DIV */

#container {
	width: 800px;
	height: *px;
}

#topbanner {
	height: 125px;
	width: 800px;
	clear: both;
}

#topnavbar {
	height: 25px;
	width: 800px;
	clear: both;
	background-color: #533a71;
	text-align: right;
	padding-top: 7px;
}

#sidenav {
	height: *px;
	width: 150px;
	float: left;	
	display: inline;
	text-align: left;
}

#main {
	height: 355px;
	width: 650px;
	float: left;
	display: inline;
	clear: right;
	
}

#main_friends {
	height: *px;
	width: 800px;
	float: left;
	display: inline;
	clear: right;
	
}


#main_scroll {
	height: *px;
	width: 650px;
	float: left;
	display: inline;
	clear: right;
	
}

#main_any {
	height: *px;
	width: 650px;
	float: left;
	display: inline;
	clear: right;
	}
	
#bottomborder {
	height: 155px;
	width: 800px;
	clear: both;
}

#copy {
	height: auto;
	width: 800px;
	clear: both;
}

