@import url('http://fonts.googleapis.com/css?family=Syncopate');

*
	{
	padding: 0;
	margin: 0;
	font-family: "Syncopate";
        font-size: 16px;
	}

.title
	{
	font-size: 36px;
	}

.stylesub
	{
	font-size: 20px;
	}

.press
	{
	padding: 20px;
	}

.circle {
	border-radius: 50%;
	width: 30px;
	height: 30px; 
	}
.circlelg
	{
        border-radius: 50%;
        width: 50px;
        height: 50px;
        }
a:link
	{
	color: #000000;
        text-decoration: none;
	}

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

a:hover 
	{
        text-decoration: none;
	}

a:active
	{
        text-decoration: none;
	}

#inner {
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	}

#container
	{
	display: table;
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	}
#row	{
	display: table-row;
	vertical-align: middle;
	}
#left, #right
	{
	display: table-cell;
	vertical-align: middle;
	}
#left
	{
	text-align: center;
	}
#contact
	{
	font-size: 10px;
	color: #777777;
	}
#contact a:link
	{ font-size: 10px;
	color: #777777;
	}
#contact a:visited
        { font-size: 10px;
        color: #777777;
        }
.pad	{
	padding:10px;
	}
.greydot{
	background: #99a3a6;
	display: table-cell;
	}
.yellowdot{
	background: #fce881;
	display: table-cell;
	}
.blackdot{
	background: #3d4242;
	display: table-cell;
	}
.golddot{
	background: #ffcc00;
	display: table-cell;
	}
