/* CSS is for the Silver Beaver Alumni website.  Layout Tablet / Medium Devices */
/* NOTE: The large device is constricted to a view 900px wide */
/* Joe Mundi */

body  {
font-size: 18px;
font-family: Tahoma, Verdana, Segoe, sans-serif;
margin-right: 20%;
margin-left: 20%;
background-image:url('y1.jpg');
background-repeat:repeat-x;
}

.regtable {
background-color: #FFFFFF;
width: 480px;
padding: 10px;
border:1px solid #000000;
}

.picture-show {
padding: 1px;
width: 200px;
height: auto;
}

.picture-people {
padding: 1px;
width: 300px;
height: auto;
}

.picture-art {
padding: 1px;
width: 380px;
height: auto;
}

.img-left {
float: left;
padding: 15px;
}

.img-center {
text-align: center;
padding: 15px;
}

/* Fonts used & sizes within pages */

p {font-family: 'Quicksand', sans-serif;font-size: 24px;}
p1 {font-family: 'Quicksand', sans-serif;font-size: 28px;}
p3 {font-family: 'Quicksand', sans-serif;font-size: 24px;}
h1 {font-family: 'Quicksand', sans-serif;font-size: 32px; font-weight:normal; color: red;} 

/* Extra spacing for any bulleted lists */
ul li { padding: 5px 0px; }

