/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LAYOUT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


body
{
	text-align: left;
	background-color: #ffffff;
	font-family: georgia;
	font-size: 1em;
	background-image: url("/jessgru/dark_embroidery.png");
}

.logo {
	width: 1200px;
	height: 200px;
	background-image: url("logo.jpg");
	background-repeat: no-repeat;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}


.column {
  float: left;
  width: 400px;
	display: inline-block;
}

.container {
  overflow:auto;
  width: 1400px;
	margin: auto;
}

.sidebar {
	overflow: hidden;
	background-color: #ffffff;
	position: fixed;
	border-radius: 20px;
	align: center;
	font-size: 0.75em;
	margin: 0px;
	border: 2px solid #000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IMAGES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.class {
	width: 600px;
	display: block;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HEADERS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HR ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

hr {
	clear: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PARAGRAPHS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LISTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
  list-style: none;
}


li {

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LINKS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a {
    color: #1B3C59;
    text-decoration: none;
    width: 200px;
    height: 125px;
    float: left;
    padding-top: 75px;
    display: inline-block;
    background-color: #F2F2F2;
  	border-radius: 15px;
    text-align: center;
  	font-size: 2em;
    margin: 30px;
  	border: 2px solid #1B3C59;
}

a:hover {
		color: #f9fbe7;
    width: 200px;
    height: 125px;
    float: left;
    padding-top: 75px;
    display: inline-block;
    background-color: #8C3A58;
	  background-image: url("/jessgru/linksbg.png");
  	border-radius: 15px;
    text-align: center;
  	font-size: 2em;
    margin: 30px;
  	border: 2px solid #120826;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TABLES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


table {
	margin: auto;
	padding: 0 30px 0 30px;
	font-size: 1em;
	width: 100%;
	font-variant: small-caps;
}

td {
  padding: 2px;
  text-align: left;
}

tr:nth-child(even) {
  background-color: #daecf5;
}

th {
	font-size: 1.1em;
	font-variant: small-caps;
	background-color: #70b0d2;
	color: #ffffff;
	text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ OTHER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/* daecf5 */
